pub enum Schedule {
Immediate,
After(u16),
}
Expand description
Schedule for a ScheduledEvent.
Variants§
Trait Implementations§
Source§impl Ord for Schedule
impl Ord for Schedule
Source§impl PartialOrd for Schedule
impl PartialOrd for Schedule
impl Copy for Schedule
impl Eq for Schedule
impl StructuralPartialEq for Schedule
Auto Trait Implementations§
impl Freeze for Schedule
impl RefUnwindSafe for Schedule
impl Send for Schedule
impl Sync for Schedule
impl Unpin for Schedule
impl UnwindSafe for Schedule
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