Enum ruststep::ap203::config_control_design::ProductDefinitionRelationshipAny [−][src]
pub enum ProductDefinitionRelationshipAny {
ProductDefinitionRelationship(Box<ProductDefinitionRelationship>),
DesignMakeFromRelationship(Box<DesignMakeFromRelationship>),
ProductDefinitionUsage(Box<ProductDefinitionUsageAny>),
SuppliedPartRelationship(Box<SuppliedPartRelationship>),
}
Variants
ProductDefinitionRelationship(Box<ProductDefinitionRelationship>)
Tuple Fields of ProductDefinitionRelationship
DesignMakeFromRelationship(Box<DesignMakeFromRelationship>)
Tuple Fields of DesignMakeFromRelationship
ProductDefinitionUsage(Box<ProductDefinitionUsageAny>)
Tuple Fields of ProductDefinitionUsage
SuppliedPartRelationship(Box<SuppliedPartRelationship>)
Tuple Fields of SuppliedPartRelationship
Trait Implementations
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 ProductDefinitionRelationshipAny
impl Sync for ProductDefinitionRelationshipAny
impl Unpin for ProductDefinitionRelationshipAny
Blanket Implementations
Mutably borrows from an owned value. Read more