Enum ruststep::ap203::config_control_design::RepresentationRelationshipAny [−][src]
pub enum RepresentationRelationshipAny {
RepresentationRelationship(Box<RepresentationRelationship>),
RepresentationRelationshipWithTransformation(Box<RepresentationRelationshipWithTransformation>),
ShapeRepresentationRelationship(Box<ShapeRepresentationRelationship>),
}
Variants
RepresentationRelationship(Box<RepresentationRelationship>)
Tuple Fields of RepresentationRelationship
RepresentationRelationshipWithTransformation(Box<RepresentationRelationshipWithTransformation>)
Tuple Fields of RepresentationRelationshipWithTransformation
ShapeRepresentationRelationship(Box<ShapeRepresentationRelationship>)
Tuple Fields of ShapeRepresentationRelationship
Trait Implementations
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 Send for RepresentationRelationshipAny
impl Sync for RepresentationRelationshipAny
impl Unpin for RepresentationRelationshipAny
impl UnwindSafe for RepresentationRelationshipAny
Blanket Implementations
Mutably borrows from an owned value. Read more