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