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