Struct twox_hash::RandomXxHashBuilder
[−]
[src]
pub struct RandomXxHashBuilder(_);
Constructs a randomized seed and reuses it for multiple hasher instances.
Trait Implementations
impl Clone for RandomXxHashBuilder[src]
fn clone(&self) -> RandomXxHashBuilder
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for RandomXxHashBuilder[src]
fn default() -> RandomXxHashBuilder
Returns the "default value" for a type. Read more
impl BuildHasher for RandomXxHashBuilder[src]
type Hasher = XxHash
Type of the hasher that will be created.
fn build_hasher(&self) -> XxHash
Creates a new hasher. Read more