pub enum DerivedPropertySelectRefView<'m> {
Show 36 variants
ActionProperty(&'m ActionProperty),
AngularLocation(&'m AngularLocation),
AngularSize(&'m AngularSize),
AngularityTolerance(&'m AngularityTolerance),
CircularRunoutTolerance(&'m CircularRunoutTolerance),
CoaxialityTolerance(&'m CoaxialityTolerance),
ConcentricityTolerance(&'m ConcentricityTolerance),
CylindricityTolerance(&'m CylindricityTolerance),
DimensionalLocation(&'m DimensionalLocation),
DimensionalLocationWithPath(&'m DimensionalLocationWithPath),
DimensionalSize(&'m DimensionalSize),
DimensionalSizeWithDatumFeature(&'m DimensionalSizeWithDatumFeature),
DimensionalSizeWithPath(&'m DimensionalSizeWithPath),
DirectedDimensionalLocation(&'m DirectedDimensionalLocation),
FlatnessTolerance(&'m FlatnessTolerance),
GeometricTolerance(&'m GeometricTolerance),
GeometricToleranceWithDatumReference(&'m GeometricToleranceWithDatumReference),
GeometricToleranceWithDefinedAreaUnit(&'m GeometricToleranceWithDefinedAreaUnit),
GeometricToleranceWithDefinedUnit(&'m GeometricToleranceWithDefinedUnit),
GeometricToleranceWithMaximumTolerance(&'m GeometricToleranceWithMaximumTolerance),
GeometricToleranceWithModifiers(&'m GeometricToleranceWithModifiers),
LineProfileTolerance(&'m LineProfileTolerance),
ModifiedGeometricTolerance(&'m ModifiedGeometricTolerance),
ParallelismTolerance(&'m ParallelismTolerance),
PerpendicularityTolerance(&'m PerpendicularityTolerance),
PositionTolerance(&'m PositionTolerance),
ProductDefinitionShape(&'m ProductDefinitionShape),
PropertyDefinition(&'m PropertyDefinition),
ResourceProperty(&'m ResourceProperty),
RoundnessTolerance(&'m RoundnessTolerance),
StraightnessTolerance(&'m StraightnessTolerance),
SurfaceProfileTolerance(&'m SurfaceProfileTolerance),
SymmetryTolerance(&'m SymmetryTolerance),
TotalRunoutTolerance(&'m TotalRunoutTolerance),
UnequallyDisposedGeometricTolerance(&'m UnequallyDisposedGeometricTolerance),
Complex(&'m ComplexUnit),
}Variants§
ActionProperty(&'m ActionProperty)
AngularLocation(&'m AngularLocation)
AngularSize(&'m AngularSize)
AngularityTolerance(&'m AngularityTolerance)
CircularRunoutTolerance(&'m CircularRunoutTolerance)
CoaxialityTolerance(&'m CoaxialityTolerance)
ConcentricityTolerance(&'m ConcentricityTolerance)
CylindricityTolerance(&'m CylindricityTolerance)
DimensionalLocation(&'m DimensionalLocation)
DimensionalLocationWithPath(&'m DimensionalLocationWithPath)
DimensionalSize(&'m DimensionalSize)
DimensionalSizeWithDatumFeature(&'m DimensionalSizeWithDatumFeature)
DimensionalSizeWithPath(&'m DimensionalSizeWithPath)
DirectedDimensionalLocation(&'m DirectedDimensionalLocation)
FlatnessTolerance(&'m FlatnessTolerance)
GeometricTolerance(&'m GeometricTolerance)
GeometricToleranceWithDatumReference(&'m GeometricToleranceWithDatumReference)
GeometricToleranceWithDefinedAreaUnit(&'m GeometricToleranceWithDefinedAreaUnit)
GeometricToleranceWithDefinedUnit(&'m GeometricToleranceWithDefinedUnit)
GeometricToleranceWithMaximumTolerance(&'m GeometricToleranceWithMaximumTolerance)
GeometricToleranceWithModifiers(&'m GeometricToleranceWithModifiers)
LineProfileTolerance(&'m LineProfileTolerance)
ModifiedGeometricTolerance(&'m ModifiedGeometricTolerance)
ParallelismTolerance(&'m ParallelismTolerance)
PerpendicularityTolerance(&'m PerpendicularityTolerance)
PositionTolerance(&'m PositionTolerance)
ProductDefinitionShape(&'m ProductDefinitionShape)
PropertyDefinition(&'m PropertyDefinition)
ResourceProperty(&'m ResourceProperty)
RoundnessTolerance(&'m RoundnessTolerance)
StraightnessTolerance(&'m StraightnessTolerance)
SurfaceProfileTolerance(&'m SurfaceProfileTolerance)
SymmetryTolerance(&'m SymmetryTolerance)
TotalRunoutTolerance(&'m TotalRunoutTolerance)
UnequallyDisposedGeometricTolerance(&'m UnequallyDisposedGeometricTolerance)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for DerivedPropertySelectRefView<'m>
impl<'m> Clone for DerivedPropertySelectRefView<'m>
Source§fn clone(&self) -> DerivedPropertySelectRefView<'m>
fn clone(&self) -> DerivedPropertySelectRefView<'m>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'m> Copy for DerivedPropertySelectRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for DerivedPropertySelectRefView<'m>
impl<'m> RefUnwindSafe for DerivedPropertySelectRefView<'m>
impl<'m> Send for DerivedPropertySelectRefView<'m>
impl<'m> Sync for DerivedPropertySelectRefView<'m>
impl<'m> Unpin for DerivedPropertySelectRefView<'m>
impl<'m> UnsafeUnpin for DerivedPropertySelectRefView<'m>
impl<'m> UnwindSafe for DerivedPropertySelectRefView<'m>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more