Enum ruststep::ap203::config_control_design::AssemblyComponentUsageAny [−][src]
pub enum AssemblyComponentUsageAny {
AssemblyComponentUsage(Box<AssemblyComponentUsage>),
NextAssemblyUsageOccurrence(Box<NextAssemblyUsageOccurrence>),
PromissoryUsageOccurrence(Box<PromissoryUsageOccurrence>),
QuantifiedAssemblyComponentUsage(Box<QuantifiedAssemblyComponentUsage>),
SpecifiedHigherUsageOccurrence(Box<SpecifiedHigherUsageOccurrence>),
}
Variants
AssemblyComponentUsage(Box<AssemblyComponentUsage>)
Tuple Fields of AssemblyComponentUsage
NextAssemblyUsageOccurrence(Box<NextAssemblyUsageOccurrence>)
Tuple Fields of NextAssemblyUsageOccurrence
PromissoryUsageOccurrence(Box<PromissoryUsageOccurrence>)
Tuple Fields of PromissoryUsageOccurrence
QuantifiedAssemblyComponentUsage(Box<QuantifiedAssemblyComponentUsage>)
Tuple Fields of QuantifiedAssemblyComponentUsage
SpecifiedHigherUsageOccurrence(Box<SpecifiedHigherUsageOccurrence>)
Tuple Fields of SpecifiedHigherUsageOccurrence
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 AssemblyComponentUsageAny
impl Send for AssemblyComponentUsageAny
impl Sync for AssemblyComponentUsageAny
impl Unpin for AssemblyComponentUsageAny
impl UnwindSafe for AssemblyComponentUsageAny
Blanket Implementations
Mutably borrows from an owned value. Read more