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