Enum ruststep::ap201::explicit_draughting::DraughtingCalloutRelationshipAny [−][src]
pub enum DraughtingCalloutRelationshipAny {
DraughtingCalloutRelationship(Box<DraughtingCalloutRelationship>),
DimensionCalloutComponentRelationship(Box<DimensionCalloutComponentRelationship>),
DimensionCalloutRelationship(Box<DimensionCalloutRelationship>),
DimensionPair(Box<DimensionPair>),
}
Variants
DraughtingCalloutRelationship(Box<DraughtingCalloutRelationship>)
Tuple Fields of DraughtingCalloutRelationship
DimensionCalloutComponentRelationship(Box<DimensionCalloutComponentRelationship>)
Tuple Fields of DimensionCalloutComponentRelationship
DimensionCalloutRelationship(Box<DimensionCalloutRelationship>)
Tuple Fields of DimensionCalloutRelationship
DimensionPair(Box<DimensionPair>)
Tuple Fields of DimensionPair
0: Box<DimensionPair>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 DraughtingCalloutRelationshipAny
impl Sync for DraughtingCalloutRelationshipAny
impl Unpin for DraughtingCalloutRelationshipAny
Blanket Implementations
Mutably borrows from an owned value. Read more