Struct nom::lib::std::collections::hash_map::DefaultHasher 1.13.0[−][src]
pub struct DefaultHasher(_);
The default Hasher
used by RandomState
.
The internal algorithm is not specified, and so it and its hashes should not be relied upon over releases.
Implementations
impl DefaultHasher
[src]
impl DefaultHasher
[src]pub fn new() -> DefaultHasher
[src]
Creates a new DefaultHasher
.
This hasher is not guaranteed to be the same as all other
DefaultHasher
instances, but is the same as all other DefaultHasher
instances created through new
or default
.
Trait Implementations
impl Clone for DefaultHasher
[src]
impl Clone for DefaultHasher
[src]pub fn clone(&self) -> DefaultHasher
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for DefaultHasher
[src]
impl Default for DefaultHasher
[src]pub fn default() -> DefaultHasher
[src]
Creates a new DefaultHasher
using new
.
See its documentation for more.
impl Hasher for DefaultHasher
[src]
impl Hasher for DefaultHasher
[src]