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