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