pub enum DescriptionAttributeSelectRef {
Show 38 variants
ActionRequestSolution(ActionRequestSolutionId),
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId),
ApplicationContext(ApplicationContextId),
ApprovalRole(ApprovalRoleId),
CharacterizedRepresentation(CharacterizedRepresentationId),
ConfigurationDesign(ConfigurationDesignId),
ConfigurationEffectivity(ConfigurationEffectivityId),
ConstructiveGeometryRepresentation(ConstructiveGeometryRepresentationId),
ContextDependentShapeRepresentation(ContextDependentShapeRepresentationId),
DateRole(DateRoleId),
DateTimeRole(DateTimeRoleId),
DefinitionalRepresentation(DefinitionalRepresentationId),
DraughtingModel(DraughtingModelId),
Effectivity(EffectivityId),
ExternalSource(ExternalSourceId),
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId),
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId),
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId),
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId),
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId),
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId),
OrganizationRole(OrganizationRoleId),
OrganizationalProject(OrganizationalProjectId),
PersonAndOrganization(PersonAndOrganizationId),
PersonAndOrganizationRole(PersonAndOrganizationRoleId),
PresentationArea(PresentationAreaId),
PresentationRepresentation(PresentationRepresentationId),
PresentationView(PresentationViewId),
ProductDefinitionEffectivity(ProductDefinitionEffectivityId),
PropertyDefinitionRepresentation(PropertyDefinitionRepresentationId),
Representation(RepresentationId),
ShapeDefinitionRepresentation(ShapeDefinitionRepresentationId),
ShapeDimensionRepresentation(ShapeDimensionRepresentationId),
ShapeRepresentation(ShapeRepresentationId),
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId),
SymbolRepresentation(SymbolRepresentationId),
TessellatedShapeRepresentation(TessellatedShapeRepresentationId),
Complex(ComplexUnitId),
}Variants§
ActionRequestSolution(ActionRequestSolutionId)
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId)
ApplicationContext(ApplicationContextId)
ApprovalRole(ApprovalRoleId)
CharacterizedRepresentation(CharacterizedRepresentationId)
ConfigurationDesign(ConfigurationDesignId)
ConfigurationEffectivity(ConfigurationEffectivityId)
ConstructiveGeometryRepresentation(ConstructiveGeometryRepresentationId)
ContextDependentShapeRepresentation(ContextDependentShapeRepresentationId)
DateRole(DateRoleId)
DateTimeRole(DateTimeRoleId)
DefinitionalRepresentation(DefinitionalRepresentationId)
DraughtingModel(DraughtingModelId)
Effectivity(EffectivityId)
ExternalSource(ExternalSourceId)
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId)
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId)
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId)
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId)
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId)
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId)
OrganizationRole(OrganizationRoleId)
OrganizationalProject(OrganizationalProjectId)
PersonAndOrganization(PersonAndOrganizationId)
PersonAndOrganizationRole(PersonAndOrganizationRoleId)
PresentationArea(PresentationAreaId)
PresentationRepresentation(PresentationRepresentationId)
PresentationView(PresentationViewId)
ProductDefinitionEffectivity(ProductDefinitionEffectivityId)
PropertyDefinitionRepresentation(PropertyDefinitionRepresentationId)
Representation(RepresentationId)
ShapeDefinitionRepresentation(ShapeDefinitionRepresentationId)
ShapeDimensionRepresentation(ShapeDimensionRepresentationId)
ShapeRepresentation(ShapeRepresentationId)
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId)
SymbolRepresentation(SymbolRepresentationId)
TessellatedShapeRepresentation(TessellatedShapeRepresentationId)
Complex(ComplexUnitId)
Implementations§
Source§impl DescriptionAttributeSelectRef
impl DescriptionAttributeSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> DescriptionAttributeSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for DescriptionAttributeSelectRef
impl Clone for DescriptionAttributeSelectRef
Source§fn clone(&self) -> DescriptionAttributeSelectRef
fn clone(&self) -> DescriptionAttributeSelectRef
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 moreSource§impl PartialEq for DescriptionAttributeSelectRef
impl PartialEq for DescriptionAttributeSelectRef
Source§fn eq(&self, other: &DescriptionAttributeSelectRef) -> bool
fn eq(&self, other: &DescriptionAttributeSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescriptionAttributeSelectRef
Auto Trait Implementations§
impl Freeze for DescriptionAttributeSelectRef
impl RefUnwindSafe for DescriptionAttributeSelectRef
impl Send for DescriptionAttributeSelectRef
impl Sync for DescriptionAttributeSelectRef
impl Unpin for DescriptionAttributeSelectRef
impl UnsafeUnpin for DescriptionAttributeSelectRef
impl UnwindSafe for DescriptionAttributeSelectRef
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