Enum ruststep::ap203::config_control_design::EffectivityAnyHolder [−][src]
pub enum EffectivityAnyHolder {
Effectivity(Box<EffectivityHolder>),
DatedEffectivity(Box<DatedEffectivityHolder>),
LotEffectivity(Box<LotEffectivityHolder>),
ProductDefinitionEffectivity(Box<ProductDefinitionEffectivityAnyHolder>),
SerialNumberedEffectivity(Box<SerialNumberedEffectivityHolder>),
}
Variants
Effectivity(Box<EffectivityHolder>)
Tuple Fields of Effectivity
0: Box<EffectivityHolder>
DatedEffectivity(Box<DatedEffectivityHolder>)
Tuple Fields of DatedEffectivity
LotEffectivity(Box<LotEffectivityHolder>)
Tuple Fields of LotEffectivity
ProductDefinitionEffectivity(Box<ProductDefinitionEffectivityAnyHolder>)
Tuple Fields of ProductDefinitionEffectivity
SerialNumberedEffectivity(Box<SerialNumberedEffectivityHolder>)
Tuple Fields of SerialNumberedEffectivity
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<EffectivityAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<EffectivityAny>> + 'table>
Get owned entities as an iterator
type Owned = EffectivityAny
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 EffectivityAnyHolder
impl Send for EffectivityAnyHolder
impl Sync for EffectivityAnyHolder
impl Unpin for EffectivityAnyHolder
impl UnwindSafe for EffectivityAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more