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