Struct xorfilter::NoHash [−][src]
pub struct NoHash;Expand description
NoHash type skips hashing altogether.
When a filter is constructed using NoHash as the type parameter then it is upto application to generate the 64-bit hash digest outside this library.
Trait Implementations
Creates a new hasher. Read more
Writes a single u128 into this hasher.
Writes a single usize into this hasher.
Writes a single i128 into this hasher.
Writes a single isize into this hasher.
Auto Trait Implementations
impl RefUnwindSafe for NoHash
impl UnwindSafe for NoHash
Blanket Implementations
Mutably borrows from an owned value. Read more