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