pub struct JumpHash { /* private fields */ }Expand description
Jump consistent hash for fixed number of buckets.
Implementations§
Auto Trait Implementations§
impl Freeze for JumpHash
impl RefUnwindSafe for JumpHash
impl Send for JumpHash
impl Sync for JumpHash
impl Unpin for JumpHash
impl UnsafeUnpin for JumpHash
impl UnwindSafe for JumpHash
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