Enum ruststep::ap203::config_control_design::RepresentationItemAnyHolder [−][src]
pub enum RepresentationItemAnyHolder {
RepresentationItem(Box<RepresentationItemHolder>),
GeometricRepresentationItem(Box<GeometricRepresentationItemAnyHolder>),
MappedItem(Box<MappedItemHolder>),
TopologicalRepresentationItem(Box<TopologicalRepresentationItemAnyHolder>),
}
Variants
RepresentationItem(Box<RepresentationItemHolder>)
Tuple Fields of RepresentationItem
GeometricRepresentationItem(Box<GeometricRepresentationItemAnyHolder>)
Tuple Fields of GeometricRepresentationItem
MappedItem(Box<MappedItemHolder>)
Tuple Fields of MappedItem
0: Box<MappedItemHolder>
TopologicalRepresentationItem(Box<TopologicalRepresentationItemAnyHolder>)
Tuple Fields of TopologicalRepresentationItem
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<RepresentationItemAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RepresentationItemAny>> + 'table>
Get owned entities as an iterator
type Owned = RepresentationItemAny
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 RepresentationItemAnyHolder
impl Send for RepresentationItemAnyHolder
impl Sync for RepresentationItemAnyHolder
impl Unpin for RepresentationItemAnyHolder
impl UnwindSafe for RepresentationItemAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more