Struct twox_hash::RandomXxHashBuilder32[][src]

pub struct RandomXxHashBuilder32(_);

Constructs a randomized seed and reuses it for multiple hasher instances. See the usage warning on XxHash32.

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