pub struct DetState;Expand description
BuildHasher for DetHasher, seeding each hasher at the FNV-1a offset.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DetState
impl RefUnwindSafe for DetState
impl Send for DetState
impl Sync for DetState
impl Unpin for DetState
impl UnsafeUnpin for DetState
impl UnwindSafe for DetState
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