pub struct FxHashFn;
Expand description
Implements the hash function from the rustc-hash crate.
Trait Implementations§
impl Eq for FxHashFn
impl StructuralPartialEq for FxHashFn
Auto Trait Implementations§
impl Freeze for FxHashFn
impl RefUnwindSafe for FxHashFn
impl Send for FxHashFn
impl Sync for FxHashFn
impl Unpin for FxHashFn
impl UnwindSafe for FxHashFn
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