Enum ruststep::ap203::config_control_design::PropertyDefinitionAnyHolder [−][src]
pub enum PropertyDefinitionAnyHolder {
PropertyDefinition(Box<PropertyDefinitionHolder>),
ProductDefinitionShape(Box<ProductDefinitionShapeHolder>),
}
Variants
PropertyDefinition(Box<PropertyDefinitionHolder>)
Tuple Fields of PropertyDefinition
ProductDefinitionShape(Box<ProductDefinitionShapeHolder>)
Tuple Fields of ProductDefinitionShape
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<PropertyDefinitionAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<PropertyDefinitionAny>> + 'table>
Get owned entities as an iterator
type Owned = PropertyDefinitionAny
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 PropertyDefinitionAnyHolder
impl Send for PropertyDefinitionAnyHolder
impl Sync for PropertyDefinitionAnyHolder
impl Unpin for PropertyDefinitionAnyHolder
impl UnwindSafe for PropertyDefinitionAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more