Enum ruststep::ap203::config_control_design::MeasureWithUnitAny [−][src]
pub enum MeasureWithUnitAny {
MeasureWithUnit(Box<MeasureWithUnit>),
AreaMeasureWithUnit(Box<AreaMeasureWithUnit>),
LengthMeasureWithUnit(Box<LengthMeasureWithUnit>),
MassMeasureWithUnit(Box<MassMeasureWithUnit>),
PlaneAngleMeasureWithUnit(Box<PlaneAngleMeasureWithUnit>),
SolidAngleMeasureWithUnit(Box<SolidAngleMeasureWithUnit>),
UncertaintyMeasureWithUnit(Box<UncertaintyMeasureWithUnit>),
VolumeMeasureWithUnit(Box<VolumeMeasureWithUnit>),
}
Variants
MeasureWithUnit(Box<MeasureWithUnit>)
Tuple Fields of MeasureWithUnit
0: Box<MeasureWithUnit>
AreaMeasureWithUnit(Box<AreaMeasureWithUnit>)
Tuple Fields of AreaMeasureWithUnit
LengthMeasureWithUnit(Box<LengthMeasureWithUnit>)
Tuple Fields of LengthMeasureWithUnit
MassMeasureWithUnit(Box<MassMeasureWithUnit>)
Tuple Fields of MassMeasureWithUnit
PlaneAngleMeasureWithUnit(Box<PlaneAngleMeasureWithUnit>)
Tuple Fields of PlaneAngleMeasureWithUnit
SolidAngleMeasureWithUnit(Box<SolidAngleMeasureWithUnit>)
Tuple Fields of SolidAngleMeasureWithUnit
UncertaintyMeasureWithUnit(Box<UncertaintyMeasureWithUnit>)
Tuple Fields of UncertaintyMeasureWithUnit
VolumeMeasureWithUnit(Box<VolumeMeasureWithUnit>)
Tuple Fields of VolumeMeasureWithUnit
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 MeasureWithUnitAny
impl Send for MeasureWithUnitAny
impl Sync for MeasureWithUnitAny
impl Unpin for MeasureWithUnitAny
impl UnwindSafe for MeasureWithUnitAny
Blanket Implementations
Mutably borrows from an owned value. Read more