pub struct PrimeHasher {}
Trait Implementations§
Source§impl Clone for PrimeHasher
impl Clone for PrimeHasher
Source§fn clone(&self) -> PrimeHasher
fn clone(&self) -> PrimeHasher
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 PrimeHasher
impl Debug for PrimeHasher
Source§impl Default for PrimeHasher
impl Default for PrimeHasher
Source§fn default() -> PrimeHasher
fn default() -> PrimeHasher
Returns the “default value” for a type. Read more
Source§impl Hasher for PrimeHasher
impl Hasher for PrimeHasher
Source§impl PartialEq for PrimeHasher
impl PartialEq for PrimeHasher
Source§impl Serialize for PrimeHasher
impl Serialize for PrimeHasher
impl Eq for PrimeHasher
impl StructuralPartialEq for PrimeHasher
Auto Trait Implementations§
impl Freeze for PrimeHasher
impl RefUnwindSafe for PrimeHasher
impl Send for PrimeHasher
impl Sync for PrimeHasher
impl Unpin for PrimeHasher
impl UnwindSafe for PrimeHasher
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