pub struct StructHasher(/* private fields */);Expand description
The built-in DynamicHasher backed by DefaultHasher. Used by every
descriptor’s hash callback.
Implementations§
Source§impl StructHasher
impl StructHasher
Trait Implementations§
Source§impl Default for StructHasher
impl Default for StructHasher
Source§impl DynamicHasher for StructHasher
impl DynamicHasher for StructHasher
Auto Trait Implementations§
impl Freeze for StructHasher
impl RefUnwindSafe for StructHasher
impl Send for StructHasher
impl Sync for StructHasher
impl Unpin for StructHasher
impl UnsafeUnpin for StructHasher
impl UnwindSafe for StructHasher
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