Enum ruststep::ap203::config_control_design::ProductDefinitionUsageAnyHolder [−][src]
pub enum ProductDefinitionUsageAnyHolder {
ProductDefinitionUsage(Box<ProductDefinitionUsageHolder>),
AssemblyComponentUsage(Box<AssemblyComponentUsageAnyHolder>),
}
Variants
ProductDefinitionUsage(Box<ProductDefinitionUsageHolder>)
Tuple Fields of ProductDefinitionUsage
AssemblyComponentUsage(Box<AssemblyComponentUsageAnyHolder>)
Tuple Fields of AssemblyComponentUsage
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ProductDefinitionUsageAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ProductDefinitionUsageAny>> + 'table>
Get owned entities as an iterator
type Owned = ProductDefinitionUsageAny
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 ProductDefinitionUsageAnyHolder
impl Sync for ProductDefinitionUsageAnyHolder
impl Unpin for ProductDefinitionUsageAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more