pub trait SloppyHash {
    // Required method
    fn sloppy_hash<S>(&self, state: &mut S)
       where S: Hasher;
}

Required Methods§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

Implementations on Foreign Types§

§

impl SloppyHash for f64

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for i64

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for i8

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for u64

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for u16

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for u32

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for u8

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for i32

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for f32

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for i16

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

§

impl SloppyHash for bool

§

fn sloppy_hash<S>(&self, state: &mut S)where S: Hasher,

Implementors§