pub struct RingBuilder { /* private fields */ }Expand description
Builder for constructing a Ring with weighted nodes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RingBuilder
impl RefUnwindSafe for RingBuilder
impl Send for RingBuilder
impl Sync for RingBuilder
impl Unpin for RingBuilder
impl UnsafeUnpin for RingBuilder
impl UnwindSafe for RingBuilder
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