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