pub struct U64HashCtx;Expand description
HashContext<u64> using FNV-1a hashing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U64HashCtx
impl RefUnwindSafe for U64HashCtx
impl Send for U64HashCtx
impl Sync for U64HashCtx
impl Unpin for U64HashCtx
impl UnsafeUnpin for U64HashCtx
impl UnwindSafe for U64HashCtx
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