pub type DefaultHashBuilder = BuildHasherDefault<AHasher>;
Expand description

Default hasher for HashMap.

Aliased Type§

struct DefaultHashBuilder(/* private fields */);

Trait Implementations§

1.7.0 · source§

impl<H> Clone for BuildHasherDefault<H>

source§

fn clone(&self) -> BuildHasherDefault<H>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
1.9.0 · source§

impl<H> Debug for BuildHasherDefault<H>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
1.7.0 · source§

impl<H> Default for BuildHasherDefault<H>

source§

fn default() -> BuildHasherDefault<H>

Returns the “default value” for a type. Read more
§

impl TypePath for BuildHasherDefault<AHasher>

§

fn type_path() -> &'static str

Returns the fully qualified path of the underlying type. Read more
§

fn short_type_path() -> &'static str

Returns a short, pretty-print enabled path to the type. Read more
§

fn type_ident() -> Option<&'static str>

Returns the name of the type, or None if it is anonymous. Read more
§

fn crate_name() -> Option<&'static str>

Returns the name of the crate the type is in, or None if it is anonymous. Read more
§

fn module_path() -> Option<&'static str>

Returns the path to the module the type is in, or None if it is anonymous. Read more