pub struct MetadataPrivateKey(/* private fields */);Expand description
The recipient’s metadata private key (sk_R^PKE in the spec).
Auto Trait Implementations§
impl Freeze for MetadataPrivateKey
impl RefUnwindSafe for MetadataPrivateKey
impl Send for MetadataPrivateKey
impl Sync for MetadataPrivateKey
impl Unpin for MetadataPrivateKey
impl UnsafeUnpin for MetadataPrivateKey
impl UnwindSafe for MetadataPrivateKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more