pub struct HumanHasher { /* private fields */ }Expand description
Class for custom humanhashers
Implementations§
Source§impl HumanHasher
Human Hasher
impl HumanHasher
Human Hasher
Auto Trait Implementations§
impl Freeze for HumanHasher
impl RefUnwindSafe for HumanHasher
impl Send for HumanHasher
impl Sync for HumanHasher
impl Unpin for HumanHasher
impl UnwindSafe for HumanHasher
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