Struct cronparse::crontab::AnacrontabEntry [] [src]

pub struct AnacrontabEntry {
    pub period: Period,
    pub delay: u32,
    pub jobid: String,
    pub cmd: String,
}

Fields

period
delay
jobid
cmd

Trait Implementations

impl Display for AnacrontabEntry

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

impl FromStr for AnacrontabEntry

type Err = CrontabEntryParseError

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

Derived Implementations

impl PartialEq for AnacrontabEntry

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

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

impl Debug for AnacrontabEntry

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