pub struct StatefulHasher { /* private fields */ }Expand description
A stateful hasher that can be updated with messages and finalized to produce a hash.
Implementations§
Trait Implementations§
Source§impl Clone for StatefulHasher
impl Clone for StatefulHasher
Source§fn clone(&self) -> StatefulHasher
fn clone(&self) -> StatefulHasher
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 moreAuto Trait Implementations§
impl Freeze for StatefulHasher
impl RefUnwindSafe for StatefulHasher
impl Send for StatefulHasher
impl Sync for StatefulHasher
impl Unpin for StatefulHasher
impl UnwindSafe for StatefulHasher
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