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