Struct cronenberg::cron_item::CronItem [] [src]

pub struct CronItem {
    pub minute: TimeItem,
    pub hour: TimeItem,
    pub day_of_month: TimeItem,
    pub month: TimeItem,
    pub day_of_week: TimeItem,
    pub command: String,
}

Fields

Trait Implementations

impl Debug for CronItem
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CronItem
[src]

[src]

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

[src]

This method tests for !=.

impl FromStr for CronItem
[src]

The associated error which can be returned from parsing.

[src]

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

impl Display for CronItem
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CronItem

impl Sync for CronItem