Struct cronparse::schedule::Calendar [] [src]

pub struct Calendar {
    pub mins: Minutes,
    pub hrs: Hours,
    pub days: Days,
    pub mons: Months,
    pub dows: DaysOfWeek,
}

Fields

Methods

impl Calendar
[src]

Trait Implementations

impl Debug for Calendar
[src]

Formats the value using the given formatter.

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

Formats the value using the given formatter. Read more

impl FromStr for Calendar
[src]

The associated error which can be returned from parsing.

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