Struct twox_hash::RandomXxHashBuilder32
source · pub struct RandomXxHashBuilder32(_);
Expand description
Constructs a randomized seed and reuses it for multiple hasher instances. See the usage warning on XxHash32
.
Trait Implementations§
source§impl BuildHasher for RandomXxHashBuilder32
impl BuildHasher for RandomXxHashBuilder32
source§impl Clone for RandomXxHashBuilder32
impl Clone for RandomXxHashBuilder32
source§fn clone(&self) -> RandomXxHashBuilder32
fn clone(&self) -> RandomXxHashBuilder32
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 Default for RandomXxHashBuilder32
impl Default for RandomXxHashBuilder32
source§fn default() -> RandomXxHashBuilder32
fn default() -> RandomXxHashBuilder32
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RandomXxHashBuilder32
impl Send for RandomXxHashBuilder32
impl Sync for RandomXxHashBuilder32
impl Unpin for RandomXxHashBuilder32
impl UnwindSafe for RandomXxHashBuilder32
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