Struct ruststep::ap203::config_control_design::OrdinalDate [−][src]
pub struct OrdinalDate {
pub date: Date,
pub day_component: DayInYearNumber,
}
Fields
date: Date
day_component: DayInYearNumber
Implementations
Constructs a new OrdinalDate
.
Methods from Deref<Target = Date>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OrdinalDate
impl Send for OrdinalDate
impl Sync for OrdinalDate
impl Unpin for OrdinalDate
impl UnwindSafe for OrdinalDate
Blanket Implementations
Mutably borrows from an owned value. Read more