Enum ruststep::ap203::config_control_design::EffectivityAny [−][src]
pub enum EffectivityAny {
Effectivity(Box<Effectivity>),
DatedEffectivity(Box<DatedEffectivity>),
LotEffectivity(Box<LotEffectivity>),
ProductDefinitionEffectivity(Box<ProductDefinitionEffectivityAny>),
SerialNumberedEffectivity(Box<SerialNumberedEffectivity>),
}
Variants
Effectivity(Box<Effectivity>)
Tuple Fields of Effectivity
0: Box<Effectivity>
DatedEffectivity(Box<DatedEffectivity>)
Tuple Fields of DatedEffectivity
0: Box<DatedEffectivity>
LotEffectivity(Box<LotEffectivity>)
Tuple Fields of LotEffectivity
0: Box<LotEffectivity>
ProductDefinitionEffectivity(Box<ProductDefinitionEffectivityAny>)
Tuple Fields of ProductDefinitionEffectivity
SerialNumberedEffectivity(Box<SerialNumberedEffectivity>)
Tuple Fields of SerialNumberedEffectivity
Trait Implementations
Performs the conversion.
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 RefUnwindSafe for EffectivityAny
impl Send for EffectivityAny
impl Sync for EffectivityAny
impl Unpin for EffectivityAny
impl UnwindSafe for EffectivityAny
Blanket Implementations
Mutably borrows from an owned value. Read more