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