Struct std::collections::hash_state::DefaultStateUnstable [-] [+] [src]

pub struct DefaultState<H>(_);

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

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

Trait Implementations

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

type Hasher = H

fn hasher(&self) -> H

impl<H> Clone for DefaultState<H>

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

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

impl<H> Default for DefaultState<H>

fn default() -> DefaultState<H>

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

type Hasher = H

fn hasher(&self) -> H

impl<H> Clone for DefaultState<H>

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

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

impl<H> Default for DefaultState<H>

fn default() -> DefaultState<H>