Enum cronenberg::cron_item::TimeItem [] [src]

pub enum TimeItem {
    AllValues,
    SingleValue(u8),
    MultipleValues(Vec<u8>),
    Interval((u8, u8)),
}

Variants

Trait Implementations

impl Debug for TimeItem
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TimeItem

impl Sync for TimeItem