Struct ruststep::ap203::config_control_design::ProductDefinitionRelationship [−][src]
pub struct ProductDefinitionRelationship {
pub id: Identifier,
pub name: Label,
pub description: Text,
pub relating_product_definition: ProductDefinitionAny,
pub related_product_definition: ProductDefinitionAny,
}
Fields
id: Identifier
name: Label
description: Text
relating_product_definition: ProductDefinitionAny
Implementations
pub fn new(
id: Identifier,
name: Label,
description: Text,
relating_product_definition: ProductDefinitionAny,
related_product_definition: ProductDefinitionAny
) -> Self
pub fn new(
id: Identifier,
name: Label,
description: Text,
relating_product_definition: ProductDefinitionAny,
related_product_definition: ProductDefinitionAny
) -> Self
Constructs a new ProductDefinitionRelationship
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ProductDefinitionRelationship
impl Sync for ProductDefinitionRelationship
impl Unpin for ProductDefinitionRelationship
impl UnwindSafe for ProductDefinitionRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more