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