Struct std_ext::wrapper::HashWrapper
source · pub struct HashWrapper<T>(/* private fields */);
Trait Implementations§
source§impl<T> Deref for HashWrapper<T>
impl<T> Deref for HashWrapper<T>
source§impl<T> DerefMut for HashWrapper<T>
impl<T> DerefMut for HashWrapper<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for HashWrapper<T>where
T: RefUnwindSafe,
impl<T> Send for HashWrapper<T>where
T: Send,
impl<T> Sync for HashWrapper<T>where
T: Sync,
impl<T> Unpin for HashWrapper<T>where
T: Unpin,
impl<T> UnwindSafe for HashWrapper<T>where
T: 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