pub struct Murmur3;Expand description
A unit struct for the murmur3 hash function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Murmur3
impl RefUnwindSafe for Murmur3
impl Send for Murmur3
impl Sync for Murmur3
impl Unpin for Murmur3
impl UnwindSafe for Murmur3
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