Enum ruststep::ap201::explicit_draughting::DimensionCurveDirectedCalloutAnyHolder [−][src]
pub enum DimensionCurveDirectedCalloutAnyHolder {
DimensionCurveDirectedCallout(Box<DimensionCurveDirectedCalloutHolder>),
AngularDimension(Box<AngularDimensionHolder>),
CurveDimension(Box<CurveDimensionHolder>),
DiameterDimension(Box<DiameterDimensionHolder>),
LinearDimension(Box<LinearDimensionHolder>),
RadiusDimension(Box<RadiusDimensionHolder>),
}
Variants
DimensionCurveDirectedCallout(Box<DimensionCurveDirectedCalloutHolder>)
Tuple Fields of DimensionCurveDirectedCallout
AngularDimension(Box<AngularDimensionHolder>)
Tuple Fields of AngularDimension
CurveDimension(Box<CurveDimensionHolder>)
Tuple Fields of CurveDimension
DiameterDimension(Box<DiameterDimensionHolder>)
Tuple Fields of DiameterDimension
LinearDimension(Box<LinearDimensionHolder>)
Tuple Fields of LinearDimension
RadiusDimension(Box<RadiusDimensionHolder>)
Tuple Fields of RadiusDimension
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<DimensionCurveDirectedCalloutAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DimensionCurveDirectedCalloutAny>> + 'table>
Get owned entities as an iterator
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more