pub struct RoundRobinLb { /* private fields */ }Expand description
Simple round-robin load balancer.
Implementations§
Source§impl RoundRobinLb
impl RoundRobinLb
Trait Implementations§
Source§impl Default for RoundRobinLb
impl Default for RoundRobinLb
Source§impl LoadBalancer for RoundRobinLb
impl LoadBalancer for RoundRobinLb
Auto Trait Implementations§
impl !Freeze for RoundRobinLb
impl RefUnwindSafe for RoundRobinLb
impl Send for RoundRobinLb
impl Sync for RoundRobinLb
impl Unpin for RoundRobinLb
impl UnsafeUnpin for RoundRobinLb
impl UnwindSafe for RoundRobinLb
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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