pub struct RoundRobin<Stub> { /* private fields */ }
Expand description
A Stub that load-balances across backing stubs by round robin.
Implementations§
Trait Implementations§
Source§impl<Stub: Clone> Clone for RoundRobin<Stub>
impl<Stub: Clone> Clone for RoundRobin<Stub>
Source§fn clone(&self) -> RoundRobin<Stub>
fn clone(&self) -> RoundRobin<Stub>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<Stub: Debug> Debug for RoundRobin<Stub>
impl<Stub: Debug> Debug for RoundRobin<Stub>
Source§impl<Stub> Stub for RoundRobin<Stub>where
Stub: Stub,
impl<Stub> Stub for RoundRobin<Stub>where
Stub: Stub,
Auto Trait Implementations§
impl<Stub> Freeze for RoundRobin<Stub>
impl<Stub> RefUnwindSafe for RoundRobin<Stub>where
Stub: RefUnwindSafe,
impl<Stub> Send for RoundRobin<Stub>
impl<Stub> Sync for RoundRobin<Stub>
impl<Stub> Unpin for RoundRobin<Stub>
impl<Stub> UnwindSafe for RoundRobin<Stub>where
Stub: RefUnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)