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 UserCrontabEntry
impl FromStr for UserCrontabEntry
type Err = CrontabEntryParseError
fn from_str(s: &str) -> Result<UserCrontabEntry, CrontabEntryParseError>
impl PartialEq for UserCrontabEntry
fn eq(&self, __arg_0: &UserCrontabEntry) -> bool
fn ne(&self, __arg_0: &UserCrontabEntry) -> bool
impl Debug for UserCrontabEntry