pub struct HashKey<H>(_);
Expand description
Key function that only uses the hash
Trait Implementations§
Auto Trait Implementations§
impl<H> RefUnwindSafe for HashKey<H>where H: RefUnwindSafe,
impl<H> Send for HashKey<H>where H: Send,
impl<H> Sync for HashKey<H>where H: Sync,
impl<H> Unpin for HashKey<H>where H: Unpin,
impl<H> UnwindSafe for HashKey<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