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