pub struct Hashell { /* private fields */ }Expand description
Hashing function that produces fixed length hashes
You need to provide hash length to work with it
Implementations§
Auto Trait Implementations§
impl Freeze for Hashell
impl RefUnwindSafe for Hashell
impl Send for Hashell
impl Sync for Hashell
impl Unpin for Hashell
impl UnwindSafe for Hashell
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