Struct chronos_parser_rs::CronSpecification
source · 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 copy 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<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 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