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