Struct cronparse::crontab::UserCrontabEntry  
            
                [−]
            
        [src]
pub struct UserCrontabEntry {
    pub sched: Schedule,
    pub cmd: String,
}Fields
sched | |
cmd | 
pub struct UserCrontabEntry {
    pub sched: Schedule,
    pub cmd: String,
}sched | |
cmd | 
impl Display for UserCrontabEntryimpl FromStr for UserCrontabEntrytype Err = CrontabEntryParseErrorfn from_str(s: &str) -> Result<UserCrontabEntry, CrontabEntryParseError>impl PartialEq for UserCrontabEntryfn eq(&self, __arg_0: &UserCrontabEntry) -> boolfn ne(&self, __arg_0: &UserCrontabEntry) -> boolimpl Debug for UserCrontabEntry