Struct nucypher_core::EncryptedTreasureMap
source · pub struct EncryptedTreasureMap { /* private fields */ }Expand description
A treasure map encrypted for Bob.
Implementations§
Trait Implementations§
source§impl Clone for EncryptedTreasureMap
impl Clone for EncryptedTreasureMap
source§fn clone(&self) -> EncryptedTreasureMap
fn clone(&self) -> EncryptedTreasureMap
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 moresource§impl Debug for EncryptedTreasureMap
impl Debug for EncryptedTreasureMap
source§impl<'de> Deserialize<'de> for EncryptedTreasureMap
impl<'de> Deserialize<'de> for EncryptedTreasureMap
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<EncryptedTreasureMap> for EncryptedTreasureMap
impl PartialEq<EncryptedTreasureMap> for EncryptedTreasureMap
source§fn eq(&self, other: &EncryptedTreasureMap) -> bool
fn eq(&self, other: &EncryptedTreasureMap) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'a> ProtocolObject<'a> for EncryptedTreasureMap
impl<'a> ProtocolObject<'a> for EncryptedTreasureMap
source§impl Serialize for EncryptedTreasureMap
impl Serialize for EncryptedTreasureMap
impl StructuralPartialEq for EncryptedTreasureMap
Auto Trait Implementations§
impl RefUnwindSafe for EncryptedTreasureMap
impl Send for EncryptedTreasureMap
impl Sync for EncryptedTreasureMap
impl Unpin for EncryptedTreasureMap
impl UnwindSafe for EncryptedTreasureMap
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