pub struct LoadBalancerFactory<I, E = Infallible> { /* private fields */ }Implementations§
source§impl<I, E> LoadBalancerFactory<I, E>
impl<I, E> LoadBalancerFactory<I, E>
Trait Implementations§
Auto Trait Implementations§
impl<I, E> Freeze for LoadBalancerFactory<I, E>
impl<I, E = Infallible> !RefUnwindSafe for LoadBalancerFactory<I, E>
impl<I, E> Send for LoadBalancerFactory<I, E>
impl<I, E> Sync for LoadBalancerFactory<I, E>
impl<I, E> Unpin for LoadBalancerFactory<I, E>
impl<I, E = Infallible> !UnwindSafe for LoadBalancerFactory<I, E>
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