Struct ruststep::ap203::config_control_design::MeasureWithUnitHolder [−][src]
pub struct MeasureWithUnitHolder {
pub value_component: PlaceHolder<MeasureValueHolder>,
pub unit_component: PlaceHolder<UnitHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
value_component: PlaceHolder<MeasureValueHolder>
unit_component: PlaceHolder<UnitHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<MeasureWithUnit>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<MeasureWithUnit>> + 'table>
Get owned entities as an iterator
type Owned = MeasureWithUnit
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = MeasureWithUnitHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for MeasureWithUnitHolder
impl Send for MeasureWithUnitHolder
impl Sync for MeasureWithUnitHolder
impl Unpin for MeasureWithUnitHolder
impl UnwindSafe for MeasureWithUnitHolder
Blanket Implementations
Mutably borrows from an owned value. Read more