Enum parse_zoneinfo::line::Line
[−]
[src]
pub enum Line<'a> {
Space,
Zone(Zone<'a>),
Continuation(ZoneInfo<'a>),
Rule(Rule<'a>),
Link(Link<'a>),
}Variants
SpaceZone(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
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
This method tests for !=.
impl<'a> Debug for Line<'a>[src]
impl<'a> Copy for Line<'a>[src]
impl<'a> Clone for Line<'a>[src]
fn clone(&self) -> Line<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more