pub enum ScheduleCommand {
Schedule {
delay: Duration,
},
Cancel,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScheduleCommand
impl RefUnwindSafe for ScheduleCommand
impl Send for ScheduleCommand
impl Sync for ScheduleCommand
impl Unpin for ScheduleCommand
impl UnsafeUnpin for ScheduleCommand
impl UnwindSafe for ScheduleCommand
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