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