Struct bitflags::__core::collections::hash_state::DefaultState [] [src]

pub struct DefaultState<H>(_);
Deprecated since 1.7.0

: support moved to std::hash

A structure which is a factory for instances of Hasher which implement the default trait.

This struct is 0-sized and does not need construction.

Trait Implementations

impl<H> HashState for DefaultState<H> where H: Default + Hasher

type Hasher = H

fn hasher(&self) -> H

impl<H> Clone for DefaultState<H>

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

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

impl<H> Default for DefaultState<H>

fn default() -> DefaultState<H>