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