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