pub struct NoHash;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoHash
impl RefUnwindSafe for NoHash
impl Send for NoHash
impl Sync for NoHash
impl Unpin for NoHash
impl UnwindSafe for NoHash
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