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