Struct ruststep::ap203::config_control_design::ProductConcept [−][src]
pub struct ProductConcept {
pub id: Identifier,
pub name: Label,
pub description: Text,
pub market_context: ProductConceptContext,
}
Fields
id: Identifier
name: Label
description: Text
market_context: ProductConceptContext
Implementations
pub fn new(
id: Identifier,
name: Label,
description: Text,
market_context: ProductConceptContext
) -> Self
pub fn new(
id: Identifier,
name: Label,
description: Text,
market_context: ProductConceptContext
) -> Self
Constructs a new ProductConcept
.
Trait Implementations
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 ProductConcept
impl Send for ProductConcept
impl Sync for ProductConcept
impl Unpin for ProductConcept
impl UnwindSafe for ProductConcept
Blanket Implementations
Mutably borrows from an owned value. Read more