Enum ruststep::ap203::config_control_design::AssemblyComponentUsageAnyHolder [−][src]
pub enum AssemblyComponentUsageAnyHolder {
AssemblyComponentUsage(Box<AssemblyComponentUsageHolder>),
NextAssemblyUsageOccurrence(Box<NextAssemblyUsageOccurrenceHolder>),
PromissoryUsageOccurrence(Box<PromissoryUsageOccurrenceHolder>),
QuantifiedAssemblyComponentUsage(Box<QuantifiedAssemblyComponentUsageHolder>),
SpecifiedHigherUsageOccurrence(Box<SpecifiedHigherUsageOccurrenceHolder>),
}
Variants
AssemblyComponentUsage(Box<AssemblyComponentUsageHolder>)
Tuple Fields of AssemblyComponentUsage
NextAssemblyUsageOccurrence(Box<NextAssemblyUsageOccurrenceHolder>)
Tuple Fields of NextAssemblyUsageOccurrence
PromissoryUsageOccurrence(Box<PromissoryUsageOccurrenceHolder>)
Tuple Fields of PromissoryUsageOccurrence
QuantifiedAssemblyComponentUsage(Box<QuantifiedAssemblyComponentUsageHolder>)
Tuple Fields of QuantifiedAssemblyComponentUsage
SpecifiedHigherUsageOccurrence(Box<SpecifiedHigherUsageOccurrenceHolder>)
Tuple Fields of SpecifiedHigherUsageOccurrence
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<AssemblyComponentUsageAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<AssemblyComponentUsageAny>> + 'table>
Get owned entities as an iterator
type Owned = AssemblyComponentUsageAny
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 AssemblyComponentUsageAnyHolder
impl Sync for AssemblyComponentUsageAnyHolder
impl Unpin for AssemblyComponentUsageAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more