Enum ruststep::ap201::explicit_draughting::NamedUnitAny [−][src]
pub enum NamedUnitAny {
NamedUnit(Box<NamedUnit>),
ConversionBasedUnit(Box<ConversionBasedUnit>),
LengthUnit(Box<LengthUnit>),
PlaneAngleUnit(Box<PlaneAngleUnit>),
SiUnit(Box<SiUnit>),
}
Variants
ConversionBasedUnit(Box<ConversionBasedUnit>)
Tuple Fields of ConversionBasedUnit
LengthUnit(Box<LengthUnit>)
Tuple Fields of LengthUnit
0: Box<LengthUnit>
PlaneAngleUnit(Box<PlaneAngleUnit>)
Tuple Fields of PlaneAngleUnit
0: Box<PlaneAngleUnit>
Trait Implementations
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 NamedUnitAny
impl Send for NamedUnitAny
impl Sync for NamedUnitAny
impl Unpin for NamedUnitAny
impl UnwindSafe for NamedUnitAny
Blanket Implementations
Mutably borrows from an owned value. Read more