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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RandomXxHashBuilder
[src]

Returns the "default value" for a type. Read more

impl BuildHasher for RandomXxHashBuilder
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more

Auto Trait Implementations