Enum ruststep::ap201::explicit_draughting::AnnotationOccurrenceAnyHolder [−][src]
pub enum AnnotationOccurrenceAnyHolder {
AnnotationOccurrence(Box<AnnotationOccurrenceHolder>),
AnnotationCurveOccurrence(Box<AnnotationCurveOccurrenceAnyHolder>),
AnnotationFillAreaOccurrence(Box<AnnotationFillAreaOccurrenceHolder>),
AnnotationSymbolOccurrence(Box<AnnotationSymbolOccurrenceAnyHolder>),
AnnotationTextOccurrence(Box<AnnotationTextOccurrenceHolder>),
DraughtingAnnotationOccurrence(Box<DraughtingAnnotationOccurrenceHolder>),
}
Variants
AnnotationOccurrence(Box<AnnotationOccurrenceHolder>)
Tuple Fields of AnnotationOccurrence
AnnotationCurveOccurrence(Box<AnnotationCurveOccurrenceAnyHolder>)
Tuple Fields of AnnotationCurveOccurrence
AnnotationFillAreaOccurrence(Box<AnnotationFillAreaOccurrenceHolder>)
Tuple Fields of AnnotationFillAreaOccurrence
AnnotationSymbolOccurrence(Box<AnnotationSymbolOccurrenceAnyHolder>)
Tuple Fields of AnnotationSymbolOccurrence
AnnotationTextOccurrence(Box<AnnotationTextOccurrenceHolder>)
Tuple Fields of AnnotationTextOccurrence
DraughtingAnnotationOccurrence(Box<DraughtingAnnotationOccurrenceHolder>)
Tuple Fields of DraughtingAnnotationOccurrence
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<AnnotationOccurrenceAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<AnnotationOccurrenceAny>> + 'table>
Get owned entities as an iterator
type Owned = AnnotationOccurrenceAny
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 AnnotationOccurrenceAnyHolder
impl Sync for AnnotationOccurrenceAnyHolder
impl Unpin for AnnotationOccurrenceAnyHolder
impl UnwindSafe for AnnotationOccurrenceAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more