pub struct MetadataPublicKey(/* private fields */);Expand description
The recipient’s metadata public key (pk_R^PKE in the spec).
Implementations§
Trait Implementations§
Source§impl Clone for MetadataPublicKey
impl Clone for MetadataPublicKey
Source§fn clone(&self) -> MetadataPublicKey
fn clone(&self) -> MetadataPublicKey
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MetadataPublicKey
impl RefUnwindSafe for MetadataPublicKey
impl Send for MetadataPublicKey
impl Sync for MetadataPublicKey
impl Unpin for MetadataPublicKey
impl UnsafeUnpin for MetadataPublicKey
impl UnwindSafe for MetadataPublicKey
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