Trait tract_pulse::internal::SloppyHash [−]
pub trait SloppyHash {
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 u64
impl SloppyHash for u64pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for i64
impl SloppyHash for i64pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for u16
impl SloppyHash for u16pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for i32
impl SloppyHash for i32pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for f32
impl SloppyHash for f32pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for u8
impl SloppyHash for u8pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for f64
impl SloppyHash for f64pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for u32
impl SloppyHash for u32pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for bool
impl SloppyHash for boolpub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for i8
impl SloppyHash for i8pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, impl SloppyHash for i16
impl SloppyHash for i16pub fn sloppy_hash<S>(&self, state: &mut S) where
S: Hasher, Implementors
impl SloppyHash for f16impl SloppyHash for String