Struct tz::TZData [] [src]

pub struct TZData {
    pub transitions: Vec<Transition>,
    pub leap_seconds: Vec<LeapSecond>,
}

Parsed, interpreted contents of a zoneinfo file.

Fields

Vector of transitions that are described in this data.

Vector of leap seconds that are described in this data.

Trait Implementations

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

impl Debug for TZData
[src]

Formats the value using the given formatter.

impl Clone for TZData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more