Enum ruststep::ap203::config_control_design::ApplicationContextElementAny [−][src]
pub enum ApplicationContextElementAny {
ApplicationContextElement(Box<ApplicationContextElement>),
ProductConceptContext(Box<ProductConceptContext>),
ProductContext(Box<ProductContextAny>),
ProductDefinitionContext(Box<ProductDefinitionContextAny>),
}
Variants
ApplicationContextElement(Box<ApplicationContextElement>)
Tuple Fields of ApplicationContextElement
ProductConceptContext(Box<ProductConceptContext>)
Tuple Fields of ProductConceptContext
ProductContext(Box<ProductContextAny>)
Tuple Fields of ProductContext
0: Box<ProductContextAny>
ProductDefinitionContext(Box<ProductDefinitionContextAny>)
Tuple Fields of ProductDefinitionContext
Trait Implementations
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 Send for ApplicationContextElementAny
impl Sync for ApplicationContextElementAny
impl Unpin for ApplicationContextElementAny
impl UnwindSafe for ApplicationContextElementAny
Blanket Implementations
Mutably borrows from an owned value. Read more