pub enum JobScheduleSyntax {
Every(Expression),
At(Expression),
}Variants§
Every(Expression)
At(Expression)
Trait Implementations§
Source§impl Clone for JobScheduleSyntax
impl Clone for JobScheduleSyntax
Source§fn clone(&self) -> JobScheduleSyntax
fn clone(&self) -> JobScheduleSyntax
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 JobScheduleSyntax
impl Debug for JobScheduleSyntax
Source§impl PartialEq for JobScheduleSyntax
impl PartialEq for JobScheduleSyntax
impl StructuralPartialEq for JobScheduleSyntax
Auto Trait Implementations§
impl Freeze for JobScheduleSyntax
impl RefUnwindSafe for JobScheduleSyntax
impl Send for JobScheduleSyntax
impl Sync for JobScheduleSyntax
impl Unpin for JobScheduleSyntax
impl UnsafeUnpin for JobScheduleSyntax
impl UnwindSafe for JobScheduleSyntax
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