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