pub enum SecurityClassificationItemRef {
Show 54 variants
Action(ActionId),
ActionDirective(ActionDirectiveId),
ActionMethod(ActionMethodId),
ActionMethodRelationship(ActionMethodRelationshipId),
ActionProperty(ActionPropertyId),
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId),
AppliedDocumentReference(AppliedDocumentReferenceId),
AppliedExternalIdentificationAssignment(AppliedExternalIdentificationAssignmentId),
AssemblyComponentUsage(AssemblyComponentUsageId),
CharacterizedRepresentation(CharacterizedRepresentationId),
ConfigurationDesign(ConfigurationDesignId),
ConfigurationEffectivity(ConfigurationEffectivityId),
ConstructiveGeometryRepresentation(ConstructiveGeometryRepresentationId),
DefinitionalRepresentation(DefinitionalRepresentationId),
Document(DocumentId),
DocumentFile(DocumentFileId),
DraughtingModel(DraughtingModelId),
GeneralProperty(GeneralPropertyId),
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId),
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId),
Group(GroupId),
MakeFromUsageOption(MakeFromUsageOptionId),
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId),
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId),
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId),
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId),
NextAssemblyUsageOccurrence(NextAssemblyUsageOccurrenceId),
OrganizationalProject(OrganizationalProjectId),
PresentationArea(PresentationAreaId),
PresentationRepresentation(PresentationRepresentationId),
PresentationView(PresentationViewId),
Product(ProductId),
ProductConcept(ProductConceptId),
ProductConceptFeature(ProductConceptFeatureId),
ProductConceptFeatureCategory(ProductConceptFeatureCategoryId),
ProductDefinition(ProductDefinitionId),
ProductDefinitionFormation(ProductDefinitionFormationId),
ProductDefinitionFormationWithSpecifiedSource(ProductDefinitionFormationWithSpecifiedSourceId),
ProductDefinitionRelationship(ProductDefinitionRelationshipId),
ProductDefinitionShape(ProductDefinitionShapeId),
ProductDefinitionUsage(ProductDefinitionUsageId),
ProductDefinitionWithAssociatedDocuments(ProductDefinitionWithAssociatedDocumentsId),
PropertyDefinition(PropertyDefinitionId),
PropertyDefinitionRepresentation(PropertyDefinitionRepresentationId),
Representation(RepresentationId),
ResourceProperty(ResourcePropertyId),
ShapeDefinitionRepresentation(ShapeDefinitionRepresentationId),
ShapeDimensionRepresentation(ShapeDimensionRepresentationId),
ShapeRepresentation(ShapeRepresentationId),
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId),
SymbolRepresentation(SymbolRepresentationId),
TessellatedShapeRepresentation(TessellatedShapeRepresentationId),
VersionedActionRequest(VersionedActionRequestId),
Complex(ComplexUnitId),
}Variants§
Action(ActionId)
ActionDirective(ActionDirectiveId)
ActionMethod(ActionMethodId)
ActionMethodRelationship(ActionMethodRelationshipId)
ActionProperty(ActionPropertyId)
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId)
AppliedDocumentReference(AppliedDocumentReferenceId)
AppliedExternalIdentificationAssignment(AppliedExternalIdentificationAssignmentId)
AssemblyComponentUsage(AssemblyComponentUsageId)
CharacterizedRepresentation(CharacterizedRepresentationId)
ConfigurationDesign(ConfigurationDesignId)
ConfigurationEffectivity(ConfigurationEffectivityId)
ConstructiveGeometryRepresentation(ConstructiveGeometryRepresentationId)
DefinitionalRepresentation(DefinitionalRepresentationId)
Document(DocumentId)
DocumentFile(DocumentFileId)
DraughtingModel(DraughtingModelId)
GeneralProperty(GeneralPropertyId)
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId)
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId)
Group(GroupId)
MakeFromUsageOption(MakeFromUsageOptionId)
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId)
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId)
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId)
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId)
NextAssemblyUsageOccurrence(NextAssemblyUsageOccurrenceId)
OrganizationalProject(OrganizationalProjectId)
PresentationArea(PresentationAreaId)
PresentationRepresentation(PresentationRepresentationId)
PresentationView(PresentationViewId)
Product(ProductId)
ProductConcept(ProductConceptId)
ProductConceptFeature(ProductConceptFeatureId)
ProductConceptFeatureCategory(ProductConceptFeatureCategoryId)
ProductDefinition(ProductDefinitionId)
ProductDefinitionFormation(ProductDefinitionFormationId)
ProductDefinitionFormationWithSpecifiedSource(ProductDefinitionFormationWithSpecifiedSourceId)
ProductDefinitionRelationship(ProductDefinitionRelationshipId)
ProductDefinitionShape(ProductDefinitionShapeId)
ProductDefinitionUsage(ProductDefinitionUsageId)
ProductDefinitionWithAssociatedDocuments(ProductDefinitionWithAssociatedDocumentsId)
PropertyDefinition(PropertyDefinitionId)
PropertyDefinitionRepresentation(PropertyDefinitionRepresentationId)
Representation(RepresentationId)
ResourceProperty(ResourcePropertyId)
ShapeDefinitionRepresentation(ShapeDefinitionRepresentationId)
ShapeDimensionRepresentation(ShapeDimensionRepresentationId)
ShapeRepresentation(ShapeRepresentationId)
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId)
SymbolRepresentation(SymbolRepresentationId)
TessellatedShapeRepresentation(TessellatedShapeRepresentationId)
VersionedActionRequest(VersionedActionRequestId)
Complex(ComplexUnitId)
Implementations§
Source§impl SecurityClassificationItemRef
impl SecurityClassificationItemRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> SecurityClassificationItemRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for SecurityClassificationItemRef
impl Clone for SecurityClassificationItemRef
Source§fn clone(&self) -> SecurityClassificationItemRef
fn clone(&self) -> SecurityClassificationItemRef
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 SecurityClassificationItemRef
impl PartialEq for SecurityClassificationItemRef
Source§fn eq(&self, other: &SecurityClassificationItemRef) -> bool
fn eq(&self, other: &SecurityClassificationItemRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SecurityClassificationItemRef
Auto Trait Implementations§
impl Freeze for SecurityClassificationItemRef
impl RefUnwindSafe for SecurityClassificationItemRef
impl Send for SecurityClassificationItemRef
impl Sync for SecurityClassificationItemRef
impl Unpin for SecurityClassificationItemRef
impl UnsafeUnpin for SecurityClassificationItemRef
impl UnwindSafe for SecurityClassificationItemRef
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