Struct diem_vault_client::ReadKey
source · pub struct ReadKey { /* private fields */ }
Trait Implementations§
source§impl<'de> Deserialize<'de> for ReadKey
impl<'de> Deserialize<'de> for ReadKey
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<ReadKey> for ReadKey
impl PartialEq<ReadKey> for ReadKey
impl Eq for ReadKey
impl StructuralEq for ReadKey
impl StructuralPartialEq for ReadKey
Auto Trait Implementations§
impl RefUnwindSafe for ReadKey
impl Send for ReadKey
impl Sync for ReadKey
impl Unpin for ReadKey
impl UnwindSafe for ReadKey
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.