pub struct RoundRobinDispatcher { /* private fields */ }Expand description
Simple round-robin counter shared across the pool.
Implementations§
Trait Implementations§
Source§impl Clone for RoundRobinDispatcher
impl Clone for RoundRobinDispatcher
Source§fn clone(&self) -> RoundRobinDispatcher
fn clone(&self) -> RoundRobinDispatcher
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RoundRobinDispatcher
impl RefUnwindSafe for RoundRobinDispatcher
impl Send for RoundRobinDispatcher
impl Sync for RoundRobinDispatcher
impl Unpin for RoundRobinDispatcher
impl UnsafeUnpin for RoundRobinDispatcher
impl UnwindSafe for RoundRobinDispatcher
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