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