Type Alias twox_hash::RandomXxHashBuilder
source · pub type RandomXxHashBuilder = RandomXxHashBuilder64;
Expand description
A backwards compatibility type alias. Consider directly using
RandomXxHashBuilder64
instead.
Aliased Type§
struct RandomXxHashBuilder(/* private fields */);
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