Struct cronparse::crontab::UserCrontabEntry [] [src]

pub struct UserCrontabEntry {
    pub sched: Schedule,
    pub cmd: String,
}

Fields

sched
cmd

Trait Implementations

impl Display for UserCrontabEntry

fn fmt(&self, f: &mut Formatter) -> Result

impl FromStr for UserCrontabEntry

type Err = CrontabEntryParseError

fn from_str(s: &str) -> Result<UserCrontabEntry, CrontabEntryParseError>

Derived Implementations

impl PartialEq for UserCrontabEntry

fn eq(&self, __arg_0: &UserCrontabEntry) -> bool

fn ne(&self, __arg_0: &UserCrontabEntry) -> bool

impl Debug for UserCrontabEntry

fn fmt(&self, __arg_0: &mut Formatter) -> Result