Enum ruststep::ap203::config_control_design::MeasureWithUnitAnyHolder [−][src]
pub enum MeasureWithUnitAnyHolder {
MeasureWithUnit(Box<MeasureWithUnitHolder>),
AreaMeasureWithUnit(Box<AreaMeasureWithUnitHolder>),
LengthMeasureWithUnit(Box<LengthMeasureWithUnitHolder>),
MassMeasureWithUnit(Box<MassMeasureWithUnitHolder>),
PlaneAngleMeasureWithUnit(Box<PlaneAngleMeasureWithUnitHolder>),
SolidAngleMeasureWithUnit(Box<SolidAngleMeasureWithUnitHolder>),
UncertaintyMeasureWithUnit(Box<UncertaintyMeasureWithUnitHolder>),
VolumeMeasureWithUnit(Box<VolumeMeasureWithUnitHolder>),
}
Variants
MeasureWithUnit(Box<MeasureWithUnitHolder>)
Tuple Fields of MeasureWithUnit
AreaMeasureWithUnit(Box<AreaMeasureWithUnitHolder>)
Tuple Fields of AreaMeasureWithUnit
LengthMeasureWithUnit(Box<LengthMeasureWithUnitHolder>)
Tuple Fields of LengthMeasureWithUnit
MassMeasureWithUnit(Box<MassMeasureWithUnitHolder>)
Tuple Fields of MassMeasureWithUnit
PlaneAngleMeasureWithUnit(Box<PlaneAngleMeasureWithUnitHolder>)
Tuple Fields of PlaneAngleMeasureWithUnit
SolidAngleMeasureWithUnit(Box<SolidAngleMeasureWithUnitHolder>)
Tuple Fields of SolidAngleMeasureWithUnit
UncertaintyMeasureWithUnit(Box<UncertaintyMeasureWithUnitHolder>)
Tuple Fields of UncertaintyMeasureWithUnit
VolumeMeasureWithUnit(Box<VolumeMeasureWithUnitHolder>)
Tuple Fields of VolumeMeasureWithUnit
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<MeasureWithUnitAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<MeasureWithUnitAny>> + 'table>
Get owned entities as an iterator
type Owned = MeasureWithUnitAny
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MeasureWithUnitAnyHolder
impl Send for MeasureWithUnitAnyHolder
impl Sync for MeasureWithUnitAnyHolder
impl Unpin for MeasureWithUnitAnyHolder
impl UnwindSafe for MeasureWithUnitAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more