Enum parse_zoneinfo::line::Saving
[−]
[src]
pub enum Saving<'a> {
NoSaving,
OneOff(TimeSpec),
Multiple(&'a str),
}Variants
NoSavingOneOff(TimeSpec)Multiple(&'a str)Trait Implementations
impl<'a> PartialEq for Saving<'a>[src]
fn eq(&self, __arg_0: &Saving<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Saving<'a>) -> bool
This method tests for !=.
impl<'a> Debug for Saving<'a>[src]
impl<'a> Copy for Saving<'a>[src]
impl<'a> Clone for Saving<'a>[src]
fn clone(&self) -> Saving<'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