pub struct RandomXxHashBuilder64(/* private fields */);
Expand description
Constructs a randomized seed and reuses it for multiple hasher instances.
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
Auto Trait Implementations§
impl Freeze for RandomXxHashBuilder64
impl RefUnwindSafe for RandomXxHashBuilder64
impl Send for RandomXxHashBuilder64
impl Sync for RandomXxHashBuilder64
impl Unpin for RandomXxHashBuilder64
impl UnwindSafe for RandomXxHashBuilder64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more