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