Struct faucet_server::load_balancing::LoadBalancer
source · pub struct LoadBalancer { /* private fields */ }Implementations§
source§impl LoadBalancer
impl LoadBalancer
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LoadBalancer
impl Send for LoadBalancer
impl Sync for LoadBalancer
impl Unpin for LoadBalancer
impl !UnwindSafe for LoadBalancer
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