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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetadataPublicKey
impl Debug for MetadataPublicKey
Source§impl<'de> Deserialize<'de> for MetadataPublicKey
impl<'de> Deserialize<'de> for MetadataPublicKey
Source§fn deserialize<D: Deserializer<'de>>(de: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(de: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto 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