Struct ruststep::ap203::config_control_design::ProductDefinitionUsage [−][src]
pub struct ProductDefinitionUsage {
pub product_definition_relationship: ProductDefinitionRelationship,
}
Fields
product_definition_relationship: ProductDefinitionRelationship
Implementations
Constructs a new ProductDefinitionUsage
.
Methods from Deref<Target = ProductDefinitionRelationship>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
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 RefUnwindSafe for ProductDefinitionUsage
impl Send for ProductDefinitionUsage
impl Sync for ProductDefinitionUsage
impl Unpin for ProductDefinitionUsage
impl UnwindSafe for ProductDefinitionUsage
Blanket Implementations
Mutably borrows from an owned value. Read more