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