Struct tz::Transition [] [src]

pub struct Transition {
    pub timestamp: i32,
    pub local_time_type: Rc<LocalTimeType>,
}

A time change specification.

Fields

timestamp: i32

Unix timestamp when the clocks change.

local_time_type: Rc<LocalTimeType>

The new description of the local time.

Trait Implementations

impl Clone for Transition
[src]

fn clone(&self) -> Transition

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 Transition
[src]

impl PartialEq for Transition
[src]

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

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

fn ne(&self, __arg_0: &Transition) -> bool

This method tests for !=.

impl Debug for Transition
[src]

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

Formats the value using the given formatter.