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