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

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

Fields

Trait Implementations

impl Debug for UserCrontabEntry
[src]

Formats the value using the given formatter.

impl PartialEq for UserCrontabEntry
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for UserCrontabEntry
[src]

Formats the value using the given formatter. Read more

impl FromStr for UserCrontabEntry
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more