pub enum HashBlockTag {
Hash,
}Variants§
Hash
Trait Implementations§
Source§impl Clone for HashBlockTag
impl Clone for HashBlockTag
Source§fn clone(&self) -> HashBlockTag
fn clone(&self) -> HashBlockTag
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 HashBlockTag
impl Debug for HashBlockTag
Source§impl<'de> Deserialize<'de> for HashBlockTag
impl<'de> Deserialize<'de> for HashBlockTag
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 Hash for HashBlockTag
impl Hash for HashBlockTag
Source§impl Ord for HashBlockTag
impl Ord for HashBlockTag
Source§fn cmp(&self, other: &HashBlockTag) -> Ordering
fn cmp(&self, other: &HashBlockTag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HashBlockTag
impl PartialEq for HashBlockTag
Source§impl PartialOrd for HashBlockTag
impl PartialOrd for HashBlockTag
Source§impl Serialize for HashBlockTag
impl Serialize for HashBlockTag
impl Copy for HashBlockTag
impl Eq for HashBlockTag
impl StructuralPartialEq for HashBlockTag
Auto Trait Implementations§
impl Freeze for HashBlockTag
impl RefUnwindSafe for HashBlockTag
impl Send for HashBlockTag
impl Sync for HashBlockTag
impl Unpin for HashBlockTag
impl UnwindSafe for HashBlockTag
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.