pub enum CronKind {
Interval,
At,
Cron,
Once,
}Expand description
Cron schedule shapes.
Variants§
Trait Implementations§
impl Copy for CronKind
impl Eq for CronKind
impl StructuralPartialEq for CronKind
Auto Trait Implementations§
impl Freeze for CronKind
impl RefUnwindSafe for CronKind
impl Send for CronKind
impl Sync for CronKind
impl Unpin for CronKind
impl UnsafeUnpin for CronKind
impl UnwindSafe for CronKind
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