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