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