Struct parse_zoneinfo::line::Zone [] [src]

pub struct Zone<'a> {
    pub name: &'a str,
    pub info: ZoneInfo<'a>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more