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 more