pub struct WyHashRandomState { /* private fields */ }Trait Implementations§
Source§impl BuildHasher for WyHashRandomState
Available on crate feature wyhash-hash only.
impl BuildHasher for WyHashRandomState
Available on crate feature
wyhash-hash only.Source§type Hasher = <WyHasherBuilder as BuildHasher>::Hasher
type Hasher = <WyHasherBuilder as BuildHasher>::Hasher
Type of the hasher that will be created.
Source§fn build_hasher(&self) -> Self::Hasher
fn build_hasher(&self) -> Self::Hasher
Creates a new hasher. Read more
Source§impl Clone for WyHashRandomState
impl Clone for WyHashRandomState
Source§fn clone(&self) -> WyHashRandomState
fn clone(&self) -> WyHashRandomState
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for WyHashRandomState
impl RefUnwindSafe for WyHashRandomState
impl Send for WyHashRandomState
impl Sync for WyHashRandomState
impl Unpin for WyHashRandomState
impl UnwindSafe for WyHashRandomState
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