pub struct HashX(/* private fields */);Expand description
Hash(x)
Implementations§
Trait Implementations§
impl Eq for HashX
impl StructuralPartialEq for HashX
Auto Trait Implementations§
impl Freeze for HashX
impl RefUnwindSafe for HashX
impl Send for HashX
impl Sync for HashX
impl Unpin for HashX
impl UnwindSafe for HashX
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