Struct cronparse::crontab::SystemCrontabEntry [] [src]

pub struct SystemCrontabEntry {
    pub sched: Schedule,
    pub user: UserInfo,
    pub cmd: String,
}

Fields

sched
user
cmd

Trait Implementations

impl Display for SystemCrontabEntry

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

impl FromStr for SystemCrontabEntry

type Err = CrontabEntryParseError

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

Derived Implementations

impl PartialEq for SystemCrontabEntry

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

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

impl Debug for SystemCrontabEntry

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