pub struct CronSpecification { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for CronSpecification
impl Clone for CronSpecification
Source§fn clone(&self) -> CronSpecification
fn clone(&self) -> CronSpecification
Returns a duplicate of the value. Read more
1.0.0 · 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 CronSpecification
impl Debug for CronSpecification
Source§impl<Tz: TimeZone> Specification<DateTime<Tz>> for CronSpecification
impl<Tz: TimeZone> Specification<DateTime<Tz>> for CronSpecification
fn is_satisfied_by(&self, datetime: &DateTime<Tz>) -> bool
Auto Trait Implementations§
impl Freeze for CronSpecification
impl RefUnwindSafe for CronSpecification
impl Send for CronSpecification
impl Sync for CronSpecification
impl Unpin for CronSpecification
impl UnwindSafe for CronSpecification
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