pub struct IdleToken(/* private fields */);
Expand description
A token that uniquely identifies a idle schedule.
Implementations§
Trait Implementations§
Source§impl PartialOrd for IdleToken
impl PartialOrd for IdleToken
impl Copy for IdleToken
impl Eq for IdleToken
impl StructuralPartialEq for IdleToken
Auto Trait Implementations§
impl Freeze for IdleToken
impl RefUnwindSafe for IdleToken
impl Send for IdleToken
impl Sync for IdleToken
impl Unpin for IdleToken
impl UnwindSafe for IdleToken
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§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.