pub type DefaultHashBuilder = RandomState;
Aliased Type§
struct DefaultHashBuilder { /* private fields */ }
Trait Implementations
source§impl BuildHasher for RandomState
impl BuildHasher for RandomState
source§impl Clone for RandomState
impl Clone for RandomState
source§fn clone(&self) -> RandomState
fn clone(&self) -> RandomState
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 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