Struct parse_zoneinfo::line::ZoneInfo [] [src]

pub struct ZoneInfo<'a> {
    pub utc_offset: TimeSpec,
    pub saving: Saving<'a>,
    pub format: &'a str,
    pub time: Option<ChangeTime>,
}

Fields

Trait Implementations

impl<'a> PartialEq for ZoneInfo<'a>
[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<'a> Debug for ZoneInfo<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Copy for ZoneInfo<'a>
[src]

impl<'a> Clone for ZoneInfo<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more