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