Enum parse_zoneinfo::line::Line
[−]
[src]
pub enum Line<'a> { Space, Zone(Zone<'a>), Continuation(ZoneInfo<'a>), Rule(Rule<'a>), Link(Link<'a>), }
Variants
Space
Zone(Zone<'a>)
Continuation(ZoneInfo<'a>)
Rule(Rule<'a>)
Link(Link<'a>)
Trait Implementations
impl<'a> PartialEq for Line<'a>
[src]
fn eq(&self, __arg_0: &Line<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Line<'a>) -> bool
[src]
This method tests for !=
.