Struct ruststep::ap203::config_control_design::ConfigurationEffectivityHolder [−][src]
pub struct ConfigurationEffectivityHolder {
pub product_definition_effectivity: PlaceHolder<ProductDefinitionEffectivityHolder>,
pub configuration: PlaceHolder<ConfigurationDesignHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
product_definition_effectivity: PlaceHolder<ProductDefinitionEffectivityHolder>
configuration: PlaceHolder<ConfigurationDesignHolder>
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<ConfigurationEffectivity>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ConfigurationEffectivity>> + 'table>
Get owned entities as an iterator
type Owned = ConfigurationEffectivity
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ConfigurationEffectivityHolderVisitor
Auto Trait Implementations
impl Send for ConfigurationEffectivityHolder
impl Sync for ConfigurationEffectivityHolder
impl Unpin for ConfigurationEffectivityHolder
impl UnwindSafe for ConfigurationEffectivityHolder
Blanket Implementations
Mutably borrows from an owned value. Read more