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
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
This method tests for !=.
impl<'a> Debug for ZoneInfo<'a>[src]
impl<'a> Copy for ZoneInfo<'a>[src]
impl<'a> Clone for ZoneInfo<'a>[src]
fn clone(&self) -> ZoneInfo<'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