Enum tz::TransitionType [] [src]

pub enum TransitionType {
    Standard,
    Wall,
    UTC,
}

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

Variants

Standard

Standard Time ("non-summer" time)

Wall

Wall clock time

UTC

Co-ordinated Universal Time

Trait Implementations

impl Clone for TransitionType
[src]

fn clone(&self) -> TransitionType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Eq for TransitionType
[src]

impl PartialEq for TransitionType
[src]

fn eq(&self, __arg_0: &TransitionType) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for TransitionType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.