Struct ruststep::ap203::config_control_design::HourInDayHolder [−][src]
pub struct HourInDayHolder(pub i64);
Expand description
Auto-generated by #[derive(Holder)]
Tuple Fields
0: i64
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 = HourInDayHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for HourInDayHolder
impl Send for HourInDayHolder
impl Sync for HourInDayHolder
impl Unpin for HourInDayHolder
impl UnwindSafe for HourInDayHolder
Blanket Implementations
Mutably borrows from an owned value. Read more