pub struct LeastConnLb;Expand description
Select the healthy backend with the fewest active connections.
Implementations§
Source§impl LeastConnLb
impl LeastConnLb
Trait Implementations§
Source§impl Default for LeastConnLb
impl Default for LeastConnLb
Source§impl LoadBalancer for LeastConnLb
impl LoadBalancer for LeastConnLb
Auto Trait Implementations§
impl Freeze for LeastConnLb
impl RefUnwindSafe for LeastConnLb
impl Send for LeastConnLb
impl Sync for LeastConnLb
impl Unpin for LeastConnLb
impl UnsafeUnpin for LeastConnLb
impl UnwindSafe for LeastConnLb
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