pub struct RoundRobinBalancer { /* private fields */ }
Expand description
ラウンドロビン負荷分散
Implementations§
Trait Implementations§
Source§impl LoadBalancer for RoundRobinBalancer
impl LoadBalancer for RoundRobinBalancer
Auto Trait Implementations§
impl !Freeze for RoundRobinBalancer
impl RefUnwindSafe for RoundRobinBalancer
impl Send for RoundRobinBalancer
impl Sync for RoundRobinBalancer
impl Unpin for RoundRobinBalancer
impl UnwindSafe for RoundRobinBalancer
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