Enum cronparse::crontab::CrontabEntry [] [src]

pub enum CrontabEntry {
    EnvVar(EnvVarEntry),
    User(UserCrontabEntry),
    System(SystemCrontabEntry),
    Anacron(AnacrontabEntry),
}

Variants

Methods

impl CrontabEntry
[src]

Trait Implementations

impl Debug for CrontabEntry
[src]

Formats the value using the given formatter.

impl PartialEq for CrontabEntry
[src]

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

This method tests for !=.

impl From<UserCrontabEntry> for CrontabEntry
[src]

Performs the conversion.

impl From<SystemCrontabEntry> for CrontabEntry
[src]

Performs the conversion.

impl From<AnacrontabEntry> for CrontabEntry
[src]

Performs the conversion.

impl From<EnvVarEntry> for CrontabEntry
[src]

Performs the conversion.

impl Display for CrontabEntry
[src]

Formats the value using the given formatter. Read more