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