Struct ring::agreement::UnparsedPublicKey
source · pub struct UnparsedPublicKey<B> { /* private fields */ }
Expand description
An unparsed, possibly malformed, public key for key agreement.
Implementations§
Trait Implementations§
source§impl<B: Clone> Clone for UnparsedPublicKey<B>
impl<B: Clone> Clone for UnparsedPublicKey<B>
source§fn clone(&self) -> UnparsedPublicKey<B>
fn clone(&self) -> UnparsedPublicKey<B>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more