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