Struct druid_shell::IdleToken
source · pub struct IdleToken(_);Expand description
A token that uniquely identifies a idle schedule.
Implementations§
Trait Implementations§
source§impl PartialEq<IdleToken> for IdleToken
impl PartialEq<IdleToken> for IdleToken
source§impl PartialOrd<IdleToken> for IdleToken
impl PartialOrd<IdleToken> for IdleToken
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for IdleToken
impl Eq for IdleToken
impl StructuralEq for IdleToken
impl StructuralPartialEq for IdleToken
Auto Trait Implementations§
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> 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>
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.