Struct ruststep::ap203::config_control_design::DateAndTimeHolder [−][src]
pub struct DateAndTimeHolder {
pub date_component: PlaceHolder<DateAnyHolder>,
pub time_component: PlaceHolder<LocalTimeHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
date_component: PlaceHolder<DateAnyHolder>
time_component: PlaceHolder<LocalTimeHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
Get owned entities as an iterator
type Owned = DateAndTime
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = DateAndTimeHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for DateAndTimeHolder
impl Send for DateAndTimeHolder
impl Sync for DateAndTimeHolder
impl Unpin for DateAndTimeHolder
impl UnwindSafe for DateAndTimeHolder
Blanket Implementations
Mutably borrows from an owned value. Read more