pub struct U64Hasher<H: Hasher + Default>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for U64Hasher<H>
impl<H> RefUnwindSafe for U64Hasher<H>where
H: RefUnwindSafe,
impl<H> Send for U64Hasher<H>where
H: Send,
impl<H> Sync for U64Hasher<H>where
H: Sync,
impl<H> Unpin for U64Hasher<H>where
H: Unpin,
impl<H> UnwindSafe for U64Hasher<H>where
H: UnwindSafe,
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