Struct ruststep::ap203::config_control_design::LocalTimeHolder [−][src]
pub struct LocalTimeHolder {
pub hour_component: PlaceHolder<HourInDayHolder>,
pub minute_component: Option<PlaceHolder<MinuteInHourHolder>>,
pub second_component: Option<PlaceHolder<SecondInMinuteHolder>>,
pub zone: PlaceHolder<CoordinatedUniversalTimeOffsetHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
hour_component: PlaceHolder<HourInDayHolder>
minute_component: Option<PlaceHolder<MinuteInHourHolder>>
second_component: Option<PlaceHolder<SecondInMinuteHolder>>
zone: PlaceHolder<CoordinatedUniversalTimeOffsetHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = LocalTimeHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for LocalTimeHolder
impl Send for LocalTimeHolder
impl Sync for LocalTimeHolder
impl Unpin for LocalTimeHolder
impl UnwindSafe for LocalTimeHolder
Blanket Implementations
Mutably borrows from an owned value. Read more