Enum ruststep::ap201::explicit_draughting::DraughtingCalloutAny [−][src]
pub enum DraughtingCalloutAny {
DraughtingCallout(Box<DraughtingCallout>),
DatumFeatureCallout(Box<DatumFeatureCallout>),
DatumTargetCallout(Box<DatumTargetCallout>),
DimensionCurveDirectedCallout(Box<DimensionCurveDirectedCalloutAny>),
DraughtingElements(Box<DraughtingElements>),
GeometricalToleranceCallout(Box<GeometricalToleranceCallout>),
LeaderDirectedCallout(Box<LeaderDirectedCalloutAny>),
ProjectionDirectedCallout(Box<ProjectionDirectedCalloutAny>),
StructuredDimensionCallout(Box<StructuredDimensionCallout>),
}
Variants
DraughtingCallout(Box<DraughtingCallout>)
Tuple Fields of DraughtingCallout
0: Box<DraughtingCallout>
DatumFeatureCallout(Box<DatumFeatureCallout>)
Tuple Fields of DatumFeatureCallout
DatumTargetCallout(Box<DatumTargetCallout>)
Tuple Fields of DatumTargetCallout
DimensionCurveDirectedCallout(Box<DimensionCurveDirectedCalloutAny>)
Tuple Fields of DimensionCurveDirectedCallout
DraughtingElements(Box<DraughtingElements>)
Tuple Fields of DraughtingElements
GeometricalToleranceCallout(Box<GeometricalToleranceCallout>)
Tuple Fields of GeometricalToleranceCallout
LeaderDirectedCallout(Box<LeaderDirectedCalloutAny>)
Tuple Fields of LeaderDirectedCallout
ProjectionDirectedCallout(Box<ProjectionDirectedCalloutAny>)
Tuple Fields of ProjectionDirectedCallout
StructuredDimensionCallout(Box<StructuredDimensionCallout>)
Tuple Fields of StructuredDimensionCallout
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.
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 DraughtingCalloutAny
impl Send for DraughtingCalloutAny
impl Sync for DraughtingCalloutAny
impl Unpin for DraughtingCalloutAny
impl UnwindSafe for DraughtingCalloutAny
Blanket Implementations
Mutably borrows from an owned value. Read more