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