Struct ruststep::ap201::explicit_draughting::DatumTargetCalloutHolder [−][src]
pub struct DatumTargetCalloutHolder {
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<DatumTargetCallout>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DatumTargetCallout>> + 'table>
Get owned entities as an iterator
type Owned = DatumTargetCallout
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = DatumTargetCalloutHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for DatumTargetCalloutHolder
impl Send for DatumTargetCalloutHolder
impl Sync for DatumTargetCalloutHolder
impl Unpin for DatumTargetCalloutHolder
impl UnwindSafe for DatumTargetCalloutHolder
Blanket Implementations
Mutably borrows from an owned value. Read more