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