Enum ruststep::ap203::config_control_design::ShapeDefinitionHolder [−][src]
pub enum ShapeDefinitionHolder {
ProductDefinitionShape(Box<ProductDefinitionShapeHolder>),
ShapeAspect(Box<ShapeAspectHolder>),
ShapeAspectRelationship(Box<ShapeAspectRelationshipHolder>),
}
Variants
ProductDefinitionShape(Box<ProductDefinitionShapeHolder>)
Tuple Fields of ProductDefinitionShape
ShapeAspect(Box<ShapeAspectHolder>)
Tuple Fields of ShapeAspect
0: Box<ShapeAspectHolder>
ShapeAspectRelationship(Box<ShapeAspectRelationshipHolder>)
Tuple Fields of ShapeAspectRelationship
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<ShapeDefinition>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ShapeDefinition>> + 'table>
Get owned entities as an iterator
type Owned = ShapeDefinition
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 ShapeDefinitionHolder
impl Send for ShapeDefinitionHolder
impl Sync for ShapeDefinitionHolder
impl Unpin for ShapeDefinitionHolder
impl UnwindSafe for ShapeDefinitionHolder
Blanket Implementations
Mutably borrows from an owned value. Read more