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