pub enum FeatureKind {
Show 20 variants
ShapeAspect,
DatumFeature,
AllAroundShapeAspect,
CentreOfSymmetry,
CompositeShapeAspect,
CompositeGroupShapeAspect,
ContinuousShapeAspect,
DerivedShapeAspect,
Datum,
CommonDatum,
DatumTarget,
DatumReferenceCompartment,
DatumReferenceElement,
DatumSystem,
DefaultModelGeometricView,
GeneralDatumReference,
PlacedDatumTargetFeature,
ToleranceZone,
ToleranceZoneWithDatum,
DimensionalSizeWithDatumFeature,
}Expand description
The concrete kind of a Feature — which SHAPE_ASPECT-family
entity backs it, without matching on Feature::key’s EntityKey.
Variants§
ShapeAspect
DatumFeature
AllAroundShapeAspect
CentreOfSymmetry
CompositeShapeAspect
CompositeGroupShapeAspect
ContinuousShapeAspect
DerivedShapeAspect
Datum
CommonDatum
DatumTarget
DatumReferenceCompartment
DatumReferenceElement
DatumSystem
DefaultModelGeometricView
GeneralDatumReference
PlacedDatumTargetFeature
ToleranceZone
ToleranceZoneWithDatum
DimensionalSizeWithDatumFeature
Trait Implementations§
Source§impl Clone for FeatureKind
impl Clone for FeatureKind
Source§fn clone(&self) -> FeatureKind
fn clone(&self) -> FeatureKind
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 Copy for FeatureKind
Source§impl Debug for FeatureKind
impl Debug for FeatureKind
impl Eq for FeatureKind
Source§impl Hash for FeatureKind
impl Hash for FeatureKind
Source§impl PartialEq for FeatureKind
impl PartialEq for FeatureKind
Source§fn eq(&self, other: &FeatureKind) -> bool
fn eq(&self, other: &FeatureKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FeatureKind
Auto Trait Implementations§
impl Freeze for FeatureKind
impl RefUnwindSafe for FeatureKind
impl Send for FeatureKind
impl Sync for FeatureKind
impl Unpin for FeatureKind
impl UnsafeUnpin for FeatureKind
impl UnwindSafe for FeatureKind
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