pub struct WrappedEntryHash(pub EntryHash);Tuple Fields§
§0: EntryHashTrait Implementations§
Source§impl Clone for WrappedEntryHash
impl Clone for WrappedEntryHash
Source§fn clone(&self) -> WrappedEntryHash
fn clone(&self) -> WrappedEntryHash
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 moreSource§impl Debug for WrappedEntryHash
impl Debug for WrappedEntryHash
Source§impl<'de> Deserialize<'de> for WrappedEntryHash
impl<'de> Deserialize<'de> for WrappedEntryHash
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 From<WrappedEntryHash> for HashString
impl From<WrappedEntryHash> for HashString
Source§fn from(wrapped_entry_hash: WrappedEntryHash) -> Self
fn from(wrapped_entry_hash: WrappedEntryHash) -> Self
Converts to this type from the input type.
Source§impl Hash for WrappedEntryHash
impl Hash for WrappedEntryHash
Source§impl PartialEq for WrappedEntryHash
impl PartialEq for WrappedEntryHash
Source§impl Serialize for WrappedEntryHash
impl Serialize for WrappedEntryHash
Source§impl TryFrom<&WrappedEntryHash> for SerializedBytes
impl TryFrom<&WrappedEntryHash> for SerializedBytes
Source§type Error = SerializedBytesError
type Error = SerializedBytesError
The type returned in the event of a conversion error.
Source§fn try_from(
t: &WrappedEntryHash,
) -> Result<SerializedBytes, SerializedBytesError>
fn try_from( t: &WrappedEntryHash, ) -> Result<SerializedBytes, SerializedBytesError>
Performs the conversion.
Source§impl TryFrom<HashString> for WrappedEntryHash
impl TryFrom<HashString> for WrappedEntryHash
Source§impl TryFrom<SerializedBytes> for WrappedEntryHash
impl TryFrom<SerializedBytes> for WrappedEntryHash
Source§type Error = SerializedBytesError
type Error = SerializedBytesError
The type returned in the event of a conversion error.
Source§fn try_from(
sb: SerializedBytes,
) -> Result<WrappedEntryHash, SerializedBytesError>
fn try_from( sb: SerializedBytes, ) -> Result<WrappedEntryHash, SerializedBytesError>
Performs the conversion.
Source§impl TryFrom<WrappedEntryHash> for SerializedBytes
impl TryFrom<WrappedEntryHash> for SerializedBytes
Source§type Error = SerializedBytesError
type Error = SerializedBytesError
The type returned in the event of a conversion error.
Source§fn try_from(
t: WrappedEntryHash,
) -> Result<SerializedBytes, SerializedBytesError>
fn try_from( t: WrappedEntryHash, ) -> Result<SerializedBytes, SerializedBytesError>
Performs the conversion.
impl Eq for WrappedEntryHash
impl StructuralPartialEq for WrappedEntryHash
Auto Trait Implementations§
impl Freeze for WrappedEntryHash
impl RefUnwindSafe for WrappedEntryHash
impl Send for WrappedEntryHash
impl Sync for WrappedEntryHash
impl Unpin for WrappedEntryHash
impl UnwindSafe for WrappedEntryHash
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.