Enum cronparse::schedule::Period [] [src]

pub enum Period {
    Reboot,
    Minutely,
    Hourly,
    Midnight,
    Daily,
    Weekly,
    Monthly,
    Quaterly,
    Biannually,
    Yearly,
    Days(u16),
}

Variants

Trait Implementations

impl Debug for Period
[src]

Formats the value using the given formatter.

impl PartialEq for Period
[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 Period
[src]

Formats the value using the given formatter. Read more

impl FromStr for Period
[src]

The associated error which can be returned from parsing.

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