Struct ring::agreement::UnparsedPublicKey
source · [−]pub struct UnparsedPublicKey<B: AsRef<[u8]>> { /* private fields */ }
Expand description
An unparsed, possibly malformed, public key for key agreement.
Implementations
Trait Implementations
sourceimpl<B: Clone> Clone for UnparsedPublicKey<B>where
B: AsRef<[u8]>,
impl<B: Clone> Clone for UnparsedPublicKey<B>where
B: AsRef<[u8]>,
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<B: Debug> Debug for UnparsedPublicKey<B>where
B: AsRef<[u8]>,
impl<B: Debug> Debug for UnparsedPublicKey<B>where
B: AsRef<[u8]>,
impl<B: Copy> Copy for UnparsedPublicKey<B>where
B: AsRef<[u8]>,
Auto Trait Implementations
impl<B> RefUnwindSafe for UnparsedPublicKey<B>where
B: RefUnwindSafe,
impl<B> Send for UnparsedPublicKey<B>where
B: Send,
impl<B> Sync for UnparsedPublicKey<B>where
B: Sync,
impl<B> Unpin for UnparsedPublicKey<B>where
B: Unpin,
impl<B> UnwindSafe for UnparsedPublicKey<B>where
B: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more