pub struct HashRing { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashRing
impl RefUnwindSafe for HashRing
impl Send for HashRing
impl Sync for HashRing
impl Unpin for HashRing
impl UnsafeUnpin for HashRing
impl UnwindSafe for HashRing
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