pub type DefaultHasher = DefaultHasher;
Aliased Type§
struct DefaultHasher {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations
Source§impl Clone for DefaultHasher
impl Clone for DefaultHasher
Source§fn clone(&self) -> DefaultHasher
fn clone(&self) -> DefaultHasher
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 more