Enum parse_zoneinfo::line::DaySpec [] [src]

pub enum DaySpec {
    Ordinal(i8),
    Last(Weekday),
    LastOnOrBefore(Weekdayi8),
    FirstOnOrAfter(Weekdayi8),
}

Variants

Methods

impl DaySpec
[src]

Trait Implementations

impl PartialEq for DaySpec
[src]

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

This method tests for !=.

impl Debug for DaySpec
[src]

Formats the value using the given formatter.

impl Copy for DaySpec
[src]

impl Clone for DaySpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more