Enum cronparse::schedule::Schedule [] [src]

pub enum Schedule {
    Calendar(Calendar),
    Period(Period),
}

Variants

Methods

impl Schedule
[src]

Trait Implementations

impl Debug for Schedule
[src]

Formats the value using the given formatter.

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

Formats the value using the given formatter. Read more

impl FromStr for Schedule
[src]

The associated error which can be returned from parsing.

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