Struct twox_hash::xxh3::RandomHashBuilder64
source · [−]pub struct RandomHashBuilder64(_);
Expand description
Constructs a randomized seed and reuses it for multiple hasher instances.
Trait Implementations
Creates a new hasher. Read more
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RandomHashBuilder64
impl Send for RandomHashBuilder64
impl Sync for RandomHashBuilder64
impl Unpin for RandomHashBuilder64
impl UnwindSafe for RandomHashBuilder64
Blanket Implementations
Mutably borrows from an owned value. Read more