pub struct HashOf<T, H: Hasher = DefaultHasher> { /* private fields */ }
Implementations§
Trait Implementations§
impl<T> Copy for HashOf<T>
impl<T, H: Hasher> Eq for HashOf<T, H>
Auto Trait Implementations§
impl<T, H> Freeze for HashOf<T, H>
impl<T, H> RefUnwindSafe for HashOf<T, H>where
T: RefUnwindSafe,
H: RefUnwindSafe,
impl<T, H = DefaultHasher> !Send for HashOf<T, H>
impl<T, H = DefaultHasher> !Sync for HashOf<T, H>
impl<T, H> Unpin for HashOf<T, H>
impl<T, H> UnwindSafe for HashOf<T, H>where
T: RefUnwindSafe,
H: RefUnwindSafe,
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