Enum ruststep::ap201::explicit_draughting::RepresentationItemAny [−][src]
pub enum RepresentationItemAny {
RepresentationItem(Box<RepresentationItem>),
GeometricRepresentationItem(Box<GeometricRepresentationItemAny>),
MappedItem(Box<MappedItemAny>),
StyledItem(Box<StyledItemAny>),
}
Variants
RepresentationItem(Box<RepresentationItem>)
Tuple Fields of RepresentationItem
GeometricRepresentationItem(Box<GeometricRepresentationItemAny>)
Tuple Fields of GeometricRepresentationItem
MappedItem(Box<MappedItemAny>)
Tuple Fields of MappedItem
0: Box<MappedItemAny>
StyledItem(Box<StyledItemAny>)
Tuple Fields of StyledItem
0: Box<StyledItemAny>
Trait Implementations
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 RepresentationItemAny
impl Send for RepresentationItemAny
impl Sync for RepresentationItemAny
impl Unpin for RepresentationItemAny
impl UnwindSafe for RepresentationItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more