pub struct SimMurmur { /* private fields */ }Expand description
A hasher that similiar to the Murmur hash.
Implementations§
Trait Implementations§
Source§impl BloomHasher for SimMurmur
impl BloomHasher for SimMurmur
impl Copy for SimMurmur
impl Eq for SimMurmur
impl StructuralPartialEq for SimMurmur
Auto Trait Implementations§
impl Freeze for SimMurmur
impl RefUnwindSafe for SimMurmur
impl Send for SimMurmur
impl Sync for SimMurmur
impl Unpin for SimMurmur
impl UnwindSafe for SimMurmur
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more