Enum ruststep::ap201::explicit_draughting::MeasureWithUnitAnyHolder [−][src]
pub enum MeasureWithUnitAnyHolder {
MeasureWithUnit(Box<MeasureWithUnitHolder>),
LengthMeasureWithUnit(Box<LengthMeasureWithUnitHolder>),
PlaneAngleMeasureWithUnit(Box<PlaneAngleMeasureWithUnitHolder>),
}
Variants
MeasureWithUnit(Box<MeasureWithUnitHolder>)
Tuple Fields of MeasureWithUnit
LengthMeasureWithUnit(Box<LengthMeasureWithUnitHolder>)
Tuple Fields of LengthMeasureWithUnit
PlaneAngleMeasureWithUnit(Box<PlaneAngleMeasureWithUnitHolder>)
Tuple Fields of PlaneAngleMeasureWithUnit
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