Struct ruststep::ap203::config_control_design::AssemblyComponentUsageSubstitute [−][src]
pub struct AssemblyComponentUsageSubstitute {
pub name: Label,
pub definition: Text,
pub base: AssemblyComponentUsageAny,
pub substitute: AssemblyComponentUsageAny,
}
Fields
name: Label
definition: Text
base: AssemblyComponentUsageAny
substitute: AssemblyComponentUsageAny
Implementations
pub fn new(
name: Label,
definition: Text,
base: AssemblyComponentUsageAny,
substitute: AssemblyComponentUsageAny
) -> Self
pub fn new(
name: Label,
definition: Text,
base: AssemblyComponentUsageAny,
substitute: AssemblyComponentUsageAny
) -> Self
Constructs a new AssemblyComponentUsageSubstitute
.
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 Send for AssemblyComponentUsageSubstitute
impl Sync for AssemblyComponentUsageSubstitute
impl Unpin for AssemblyComponentUsageSubstitute
Blanket Implementations
Mutably borrows from an owned value. Read more