Struct ruststep::ap203::config_control_design::ProductContext [−][src]
pub struct ProductContext {
pub application_context_element: ApplicationContextElement,
pub discipline_type: Label,
}
Fields
application_context_element: ApplicationContextElement
discipline_type: Label
Implementations
pub fn new(
application_context_element: ApplicationContextElement,
discipline_type: Label
) -> Self
pub fn new(
application_context_element: ApplicationContextElement,
discipline_type: Label
) -> Self
Constructs a new ProductContext
.
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 ProductContext
impl Send for ProductContext
impl Sync for ProductContext
impl Unpin for ProductContext
impl UnwindSafe for ProductContext
Blanket Implementations
Mutably borrows from an owned value. Read more