pub struct RoundRobinToken { /* private fields */ }Expand description
Simple round-robin token for fair scheduling.
Implementations§
Trait Implementations§
Source§impl Clone for RoundRobinToken
impl Clone for RoundRobinToken
Source§fn clone(&self) -> RoundRobinToken
fn clone(&self) -> RoundRobinToken
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RoundRobinToken
impl RefUnwindSafe for RoundRobinToken
impl Send for RoundRobinToken
impl Sync for RoundRobinToken
impl Unpin for RoundRobinToken
impl UnsafeUnpin for RoundRobinToken
impl UnwindSafe for RoundRobinToken
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