pub struct FixedHasher;
Expand description
Deterministic hasher based upon a random but fixed state.
Trait Implementations§
Source§impl BuildHasher for FixedHasher
impl BuildHasher for FixedHasher
Source§impl Clone for FixedHasher
impl Clone for FixedHasher
Source§fn clone(&self) -> FixedHasher
fn clone(&self) -> FixedHasher
Returns a copy 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 FixedHasher
impl Debug for FixedHasher
Source§impl Default for FixedHasher
impl Default for FixedHasher
Source§fn default() -> FixedHasher
fn default() -> FixedHasher
Returns the “default value” for a type. Read more
impl Copy for FixedHasher
Auto Trait Implementations§
impl Freeze for FixedHasher
impl RefUnwindSafe for FixedHasher
impl Send for FixedHasher
impl Sync for FixedHasher
impl Unpin for FixedHasher
impl UnwindSafe for FixedHasher
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