Struct Hash
pub struct Hash { /* private fields */ }
Expand description
Hash processor.
Implementations§
Trait Implementations§
impl Copy for Hash
impl Eq for Hash
impl Send for Hash
impl StructuralPartialEq for Hash
impl Sync for Hash
Auto Trait Implementations§
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