pub struct Hasher<B = Box<[u8]>> { /* private fields */ }Expand description
Generates hashes for images.
Constructed via HasherConfig::to_hasher().
Implementations§
Auto Trait Implementations§
impl<B> Freeze for Hasher<B>
impl<B = Box<[u8]>> !RefUnwindSafe for Hasher<B>
impl<B> Send for Hasher<B>where
B: Send,
impl<B> Sync for Hasher<B>where
B: Sync,
impl<B> Unpin for Hasher<B>where
B: Unpin,
impl<B = Box<[u8]>> !UnwindSafe for Hasher<B>
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