Enum parse_zoneinfo::line::Line [] [src]

pub enum Line<'a> {
    Space,
    Zone(Zone<'a>),
    Continuation(ZoneInfo<'a>),
    Rule(Rule<'a>),
    Link(Link<'a>),
}

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more