Struct schnellru::RandomState
source · pub struct RandomState(/* private fields */);
Expand description
The default hash builder used by the LRU map.
Trait Implementations§
source§impl BuildHasher for RandomState
impl BuildHasher for RandomState
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 Freeze for RandomState
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