Struct mio_misc::scheduler::ScheduleEntry [−][src]
pub struct ScheduleEntry {
pub name: Option<String>,
pub id: ScheduleEntryId,
// some fields omitted
}
Expand description
Entry associated with callback
Fields
name: Option<String>
The assigned name of the entry for debugging purposes
id: ScheduleEntryId
Entry Id
Implementations
Creates an entry to run the callback repeatedly with a fixed delay
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl !RefUnwindSafe for ScheduleEntry
impl Send for ScheduleEntry
impl Sync for ScheduleEntry
impl Unpin for ScheduleEntry
impl !UnwindSafe for ScheduleEntry
Blanket Implementations
Mutably borrows from an owned value. Read more