Enum ruststep::ap203::config_control_design::ProductDefinitionContextAnyHolder [−][src]
pub enum ProductDefinitionContextAnyHolder {
ProductDefinitionContext(Box<ProductDefinitionContextHolder>),
DesignContext(Box<DesignContextHolder>),
}
Variants
ProductDefinitionContext(Box<ProductDefinitionContextHolder>)
Tuple Fields of ProductDefinitionContext
DesignContext(Box<DesignContextHolder>)
Tuple Fields of DesignContext
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<ProductDefinitionContextAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ProductDefinitionContextAny>> + 'table>
Get owned entities as an iterator
type Owned = ProductDefinitionContextAny
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 ProductDefinitionContextAnyHolder
impl Sync for ProductDefinitionContextAnyHolder
impl Unpin for ProductDefinitionContextAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more