pub struct FastHashState { /* private fields */ }Trait Implementations§
Source§impl BuildHasher for FastHashState
impl BuildHasher for FastHashState
Auto Trait Implementations§
impl Freeze for FastHashState
impl RefUnwindSafe for FastHashState
impl Send for FastHashState
impl Sync for FastHashState
impl Unpin for FastHashState
impl UnwindSafe for FastHashState
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