Enum parse_zoneinfo::line::Year
[−]
[src]
pub enum Year {
Minimum,
Maximum,
Number(i64),
}Variants
MinimumMaximumNumber(i64)Trait Implementations
impl PartialEq for Year[src]
fn eq(&self, __arg_0: &Year) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Year) -> bool
This method tests for !=.
impl Debug for Year[src]
impl Copy for Year[src]
impl Clone for Year[src]
fn clone(&self) -> Year
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