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