pub struct PowerConsistentHasher { /* private fields */ }Expand description
State of power consistent hash algorithm
Implementations§
Auto Trait Implementations§
impl Freeze for PowerConsistentHasher
impl RefUnwindSafe for PowerConsistentHasher
impl Send for PowerConsistentHasher
impl Sync for PowerConsistentHasher
impl Unpin for PowerConsistentHasher
impl UnwindSafe for PowerConsistentHasher
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