Struct ruststep::ap203::config_control_design::ContextDependentShapeRepresentation [−][src]
pub struct ContextDependentShapeRepresentation {
pub representation_relation: ShapeRepresentationRelationship,
pub represented_product_relation: ProductDefinitionShape,
}
Fields
representation_relation: ShapeRepresentationRelationship
represented_product_relation: ProductDefinitionShape
Implementations
pub fn new(
representation_relation: ShapeRepresentationRelationship,
represented_product_relation: ProductDefinitionShape
) -> Self
pub fn new(
representation_relation: ShapeRepresentationRelationship,
represented_product_relation: ProductDefinitionShape
) -> Self
Constructs a new ContextDependentShapeRepresentation
.
Trait Implementations
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 ContextDependentShapeRepresentation
impl Sync for ContextDependentShapeRepresentation
impl Unpin for ContextDependentShapeRepresentation
Blanket Implementations
Mutably borrows from an owned value. Read more