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