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