Enum ruststep::ap203::config_control_design::RepresentationRelationshipAnyHolder [−][src]
pub enum RepresentationRelationshipAnyHolder {
RepresentationRelationship(Box<RepresentationRelationshipHolder>),
RepresentationRelationshipWithTransformation(Box<RepresentationRelationshipWithTransformationHolder>),
ShapeRepresentationRelationship(Box<ShapeRepresentationRelationshipHolder>),
}
Variants
RepresentationRelationship(Box<RepresentationRelationshipHolder>)
Tuple Fields of RepresentationRelationship
RepresentationRelationshipWithTransformation(Box<RepresentationRelationshipWithTransformationHolder>)
Tuple Fields of RepresentationRelationshipWithTransformation
ShapeRepresentationRelationship(Box<ShapeRepresentationRelationshipHolder>)
Tuple Fields of ShapeRepresentationRelationship
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<RepresentationRelationshipAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RepresentationRelationshipAny>> + 'table>
Get owned entities as an iterator
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 RepresentationRelationshipAnyHolder
impl Sync for RepresentationRelationshipAnyHolder
impl Unpin for RepresentationRelationshipAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more