Struct ruststep::ap203::config_control_design::SuppliedPartRelationship [−][src]
pub struct SuppliedPartRelationship {
pub product_definition_relationship: ProductDefinitionRelationship,
}
Fields
product_definition_relationship: ProductDefinitionRelationship
Implementations
Constructs a new SuppliedPartRelationship
.
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 SuppliedPartRelationship
impl Send for SuppliedPartRelationship
impl Sync for SuppliedPartRelationship
impl Unpin for SuppliedPartRelationship
impl UnwindSafe for SuppliedPartRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more