pub struct HashFamily;Expand description
A family of algorithms for hashing
Implementations§
Auto Trait Implementations§
impl Freeze for HashFamily
impl RefUnwindSafe for HashFamily
impl Send for HashFamily
impl Sync for HashFamily
impl Unpin for HashFamily
impl UnwindSafe for HashFamily
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