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