Struct ruststep::ap203::config_control_design::Date [−][src]
pub struct Date {
pub year_component: YearNumber,
}
Fields
year_component: YearNumber
Implementations
Constructs a new Date
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Date
impl UnwindSafe for Date
Blanket Implementations
Mutably borrows from an owned value. Read more