Enum tz::TransitionType [] [src]

pub enum TransitionType {
    Standard,
    Wall,
    UTC,
}

The 'type' of time that the change was announced in.

Variants

Standard Time ("non-summer" time)

Wall clock time

Co-ordinated Universal Time

Trait Implementations

impl Debug for TransitionType
[src]

Formats the value using the given formatter.

impl PartialEq for TransitionType
[src]

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

This method tests for !=.

impl Eq for TransitionType
[src]

impl Clone for TransitionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more