Struct ruststep::ap203::config_control_design::DesignContext [−][src]
pub struct DesignContext {
pub product_definition_context: ProductDefinitionContext,
}
Fields
product_definition_context: ProductDefinitionContext
Implementations
Constructs a new DesignContext
.
Methods from Deref<Target = ProductDefinitionContext>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ProductDefinitionContext
type Target = ProductDefinitionContext
The resulting type after dereferencing.
Performs the conversion.
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 DesignContext
impl Send for DesignContext
impl Sync for DesignContext
impl Unpin for DesignContext
impl UnwindSafe for DesignContext
Blanket Implementations
Mutably borrows from an owned value. Read more