Struct schnellru::RandomState
source · pub struct RandomState(_);
Expand description
The default hash builder used by the LRU map.
Trait Implementations§
source§impl BuildHasher for RandomState
impl BuildHasher for RandomState
§type Hasher = DefaultHasher
type Hasher = DefaultHasher
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 Debug for RandomState
impl Debug for RandomState
source§impl Default for RandomState
impl Default for RandomState
source§fn default() -> RandomState
fn default() -> RandomState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RandomState
impl Send for RandomState
impl Sync for RandomState
impl Unpin for RandomState
impl UnwindSafe for RandomState
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