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