pub struct DigestHash(/* private fields */);Implementations§
Source§impl DigestHash
impl DigestHash
Trait Implementations§
Source§impl Clone for DigestHash
impl Clone for DigestHash
Source§fn clone(&self) -> DigestHash
fn clone(&self) -> DigestHash
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 DigestHash
impl Debug for DigestHash
Source§impl Hash for DigestHash
impl Hash for DigestHash
Source§impl PartialEq for DigestHash
impl PartialEq for DigestHash
impl Eq for DigestHash
impl StructuralPartialEq for DigestHash
Auto Trait Implementations§
impl Freeze for DigestHash
impl RefUnwindSafe for DigestHash
impl Send for DigestHash
impl Sync for DigestHash
impl Unpin for DigestHash
impl UnsafeUnpin for DigestHash
impl UnwindSafe for DigestHash
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.