pub struct FastStableHasher { /* private fields */ }Trait Implementations§
Source§impl Clone for FastStableHasher
impl Clone for FastStableHasher
Source§fn clone(&self) -> FastStableHasher
fn clone(&self) -> FastStableHasher
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FastStableHasher
impl Debug for FastStableHasher
Source§impl Hash for FastStableHasher
impl Hash for FastStableHasher
Source§impl PartialEq for FastStableHasher
impl PartialEq for FastStableHasher
Source§impl StableHasher for FastStableHasher
impl StableHasher for FastStableHasher
Source§fn from_bytes(bytes: Self::Bytes) -> Self
fn from_bytes(bytes: Self::Bytes) -> Self
Deserialize
impl Eq for FastStableHasher
impl StructuralPartialEq for FastStableHasher
Auto Trait Implementations§
impl Freeze for FastStableHasher
impl RefUnwindSafe for FastStableHasher
impl Send for FastStableHasher
impl Sync for FastStableHasher
impl Unpin for FastStableHasher
impl UnwindSafe for FastStableHasher
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