twox_hash

Type Alias 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

Source§

type Hasher = XxHash64

Type of the hasher that will be created.
Source§

fn build_hasher(&self) -> XxHash64

Creates a new hasher. Read more
1.71.0 · Source§

fn hash_one<T>(&self, x: T) -> u64
where T: Hash, Self: Sized, Self::Hasher: Hasher,

Calculates the hash of a single value. Read more
Source§

impl Clone for RandomXxHashBuilder64

Source§

fn clone(&self) -> RandomXxHashBuilder64

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for RandomXxHashBuilder64

Source§

fn default() -> RandomXxHashBuilder64

Returns the “default value” for a type. Read more