Enum parse_zoneinfo::line::ChangeTime [] [src]

pub enum ChangeTime {
    UntilYear(Year),
    UntilMonth(YearMonth),
    UntilDay(YearMonthDaySpec),
    UntilTime(YearMonthDaySpecTimeSpecAndType),
}

Variants

Methods

impl ChangeTime
[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl Copy for ChangeTime
[src]

impl Clone for ChangeTime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more