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