Struct ruststep::ap203::config_control_design::ProductDefinitionShapeHolder [−][src]
pub struct ProductDefinitionShapeHolder {
pub property_definition: PlaceHolder<PropertyDefinitionHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
property_definition: PlaceHolder<PropertyDefinitionHolder>
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<ProductDefinitionShape>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ProductDefinitionShape>> + 'table>
Get owned entities as an iterator
type Owned = ProductDefinitionShape
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ProductDefinitionShapeHolderVisitor
Auto Trait Implementations
impl Send for ProductDefinitionShapeHolder
impl Sync for ProductDefinitionShapeHolder
impl Unpin for ProductDefinitionShapeHolder
impl UnwindSafe for ProductDefinitionShapeHolder
Blanket Implementations
Mutably borrows from an owned value. Read more