Enum ruststep::ap203::config_control_design::DateAny [−][src]
pub enum DateAny {
Date(Box<Date>),
CalendarDate(Box<CalendarDate>),
OrdinalDate(Box<OrdinalDate>),
WeekOfYearAndDayDate(Box<WeekOfYearAndDayDate>),
}
Variants
CalendarDate(Box<CalendarDate>)
Tuple Fields of CalendarDate
0: Box<CalendarDate>
OrdinalDate(Box<OrdinalDate>)
Tuple Fields of OrdinalDate
0: Box<OrdinalDate>
WeekOfYearAndDayDate(Box<WeekOfYearAndDayDate>)
Tuple Fields of WeekOfYearAndDayDate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DateAny
impl UnwindSafe for DateAny
Blanket Implementations
Mutably borrows from an owned value. Read more