pub struct LeastLoadedBalancer;
Expand description
最小負荷優先の負荷分散
Implementations§
Trait Implementations§
Source§impl LoadBalancer for LeastLoadedBalancer
impl LoadBalancer for LeastLoadedBalancer
Auto Trait Implementations§
impl Freeze for LeastLoadedBalancer
impl RefUnwindSafe for LeastLoadedBalancer
impl Send for LeastLoadedBalancer
impl Sync for LeastLoadedBalancer
impl Unpin for LeastLoadedBalancer
impl UnwindSafe for LeastLoadedBalancer
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