Struct ruststep::ap201::explicit_draughting::DimensionCalloutRelationship [−][src]
pub struct DimensionCalloutRelationship {
pub draughting_callout_relationship: DraughtingCalloutRelationship,
}
Fields
draughting_callout_relationship: DraughtingCalloutRelationship
Implementations
Constructs a new DimensionCalloutRelationship
.
Methods from Deref<Target = DraughtingCalloutRelationship>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DimensionCalloutRelationship
impl Sync for DimensionCalloutRelationship
impl Unpin for DimensionCalloutRelationship
impl UnwindSafe for DimensionCalloutRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more