pub struct HashGenerator {}Implementations§
Source§impl HashGenerator
impl HashGenerator
Auto Trait Implementations§
impl Freeze for HashGenerator
impl RefUnwindSafe for HashGenerator
impl Send for HashGenerator
impl Sync for HashGenerator
impl Unpin for HashGenerator
impl UnwindSafe for HashGenerator
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