pub struct KetamaHashing { /* private fields */ }
Expand description
Weighted Ketama consistent hashing
Trait Implementations§
Source§impl BackendSelection for KetamaHashing
impl BackendSelection for KetamaHashing
Auto Trait Implementations§
impl Freeze for KetamaHashing
impl !RefUnwindSafe for KetamaHashing
impl Send for KetamaHashing
impl Sync for KetamaHashing
impl Unpin for KetamaHashing
impl !UnwindSafe for KetamaHashing
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