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