Enum ruststep::ap203::config_control_design::NamedUnitAnyHolder [−][src]
pub enum NamedUnitAnyHolder {
NamedUnit(Box<NamedUnitHolder>),
AreaUnit(Box<AreaUnitHolder>),
ContextDependentUnit(Box<ContextDependentUnitHolder>),
ConversionBasedUnit(Box<ConversionBasedUnitHolder>),
LengthUnit(Box<LengthUnitHolder>),
MassUnit(Box<MassUnitHolder>),
PlaneAngleUnit(Box<PlaneAngleUnitHolder>),
SiUnit(Box<SiUnitHolder>),
SolidAngleUnit(Box<SolidAngleUnitHolder>),
VolumeUnit(Box<VolumeUnitHolder>),
}
Variants
NamedUnit(Box<NamedUnitHolder>)
Tuple Fields of NamedUnit
0: Box<NamedUnitHolder>
AreaUnit(Box<AreaUnitHolder>)
Tuple Fields of AreaUnit
0: Box<AreaUnitHolder>
ContextDependentUnit(Box<ContextDependentUnitHolder>)
Tuple Fields of ContextDependentUnit
ConversionBasedUnit(Box<ConversionBasedUnitHolder>)
Tuple Fields of ConversionBasedUnit
LengthUnit(Box<LengthUnitHolder>)
Tuple Fields of LengthUnit
0: Box<LengthUnitHolder>
MassUnit(Box<MassUnitHolder>)
Tuple Fields of MassUnit
0: Box<MassUnitHolder>
PlaneAngleUnit(Box<PlaneAngleUnitHolder>)
Tuple Fields of PlaneAngleUnit
SiUnit(Box<SiUnitHolder>)
Tuple Fields of SiUnit
0: Box<SiUnitHolder>
SolidAngleUnit(Box<SolidAngleUnitHolder>)
Tuple Fields of SolidAngleUnit
VolumeUnit(Box<VolumeUnitHolder>)
Tuple Fields of VolumeUnit
0: Box<VolumeUnitHolder>
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<NamedUnitAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<NamedUnitAny>> + 'table>
Get owned entities as an iterator
type Owned = NamedUnitAny
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = NamedUnitAnyHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for NamedUnitAnyHolder
impl Send for NamedUnitAnyHolder
impl Sync for NamedUnitAnyHolder
impl Unpin for NamedUnitAnyHolder
impl UnwindSafe for NamedUnitAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more