pub enum InvalidJobKind {
ZeroInterval,
IntervalOutOfRange,
CronExpression,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for InvalidJobKind
impl Clone for InvalidJobKind
Source§fn clone(&self) -> InvalidJobKind
fn clone(&self) -> InvalidJobKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvalidJobKind
impl Debug for InvalidJobKind
Source§impl PartialEq for InvalidJobKind
impl PartialEq for InvalidJobKind
Source§fn eq(&self, other: &InvalidJobKind) -> bool
fn eq(&self, other: &InvalidJobKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InvalidJobKind
impl Eq for InvalidJobKind
impl StructuralPartialEq for InvalidJobKind
Auto Trait Implementations§
impl Freeze for InvalidJobKind
impl RefUnwindSafe for InvalidJobKind
impl Send for InvalidJobKind
impl Sync for InvalidJobKind
impl Unpin for InvalidJobKind
impl UnsafeUnpin for InvalidJobKind
impl UnwindSafe for InvalidJobKind
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