Struct parse_zoneinfo::line::Zone
[−]
[src]
pub struct Zone<'a> { pub name: &'a str, pub info: ZoneInfo<'a>, }
Fields
name: &'a str
info: ZoneInfo<'a>
Trait Implementations
impl<'a> PartialEq for Zone<'a>
[src]
fn eq(&self, __arg_0: &Zone<'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: &Zone<'a>) -> bool
[src]
This method tests for !=
.