Enum parse_zoneinfo::line::DaySpec
[−]
[src]
pub enum DaySpec {
Ordinal(i8),
Last(Weekday),
LastOnOrBefore(Weekday, i8),
FirstOnOrAfter(Weekday, i8),
}Variants
Ordinal(i8)Last(Weekday)LastOnOrBefore(Weekday, i8)FirstOnOrAfter(Weekday, i8)Methods
impl DaySpec[src]
fn to_concrete_day(&self, year: i64, month: Month) -> i8
Trait Implementations
impl PartialEq for DaySpec[src]
fn eq(&self, __arg_0: &DaySpec) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DaySpec) -> bool
This method tests for !=.
impl Debug for DaySpec[src]
impl Copy for DaySpec[src]
impl Clone for DaySpec[src]
fn clone(&self) -> DaySpec
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