pub enum NameAttributeSelectRef {
Show 20 variants
ActionRequestSolution(ActionRequestSolutionId),
Address(AddressId),
AreaUnit(AreaUnitId),
ConfigurationDesign(ConfigurationDesignId),
ConfigurationEffectivity(ConfigurationEffectivityId),
ContextDependentShapeRepresentation(ContextDependentShapeRepresentationId),
DerivedUnit(DerivedUnitId),
Effectivity(EffectivityId),
OrganizationalAddress(OrganizationalAddressId),
PersonAndOrganization(PersonAndOrganizationId),
PersonAndOrganizationAddress(PersonAndOrganizationAddressId),
PersonalAddress(PersonalAddressId),
ProductDefinition(ProductDefinitionId),
ProductDefinitionEffectivity(ProductDefinitionEffectivityId),
ProductDefinitionSubstitute(ProductDefinitionSubstituteId),
ProductDefinitionWithAssociatedDocuments(ProductDefinitionWithAssociatedDocumentsId),
PropertyDefinitionRepresentation(PropertyDefinitionRepresentationId),
ShapeDefinitionRepresentation(ShapeDefinitionRepresentationId),
VolumeUnit(VolumeUnitId),
Complex(ComplexUnitId),
}Variants§
ActionRequestSolution(ActionRequestSolutionId)
Address(AddressId)
AreaUnit(AreaUnitId)
ConfigurationDesign(ConfigurationDesignId)
ConfigurationEffectivity(ConfigurationEffectivityId)
ContextDependentShapeRepresentation(ContextDependentShapeRepresentationId)
DerivedUnit(DerivedUnitId)
Effectivity(EffectivityId)
OrganizationalAddress(OrganizationalAddressId)
PersonAndOrganization(PersonAndOrganizationId)
PersonAndOrganizationAddress(PersonAndOrganizationAddressId)
PersonalAddress(PersonalAddressId)
ProductDefinition(ProductDefinitionId)
ProductDefinitionEffectivity(ProductDefinitionEffectivityId)
ProductDefinitionSubstitute(ProductDefinitionSubstituteId)
ProductDefinitionWithAssociatedDocuments(ProductDefinitionWithAssociatedDocumentsId)
PropertyDefinitionRepresentation(PropertyDefinitionRepresentationId)
ShapeDefinitionRepresentation(ShapeDefinitionRepresentationId)
VolumeUnit(VolumeUnitId)
Complex(ComplexUnitId)
Implementations§
Source§impl NameAttributeSelectRef
impl NameAttributeSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> NameAttributeSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for NameAttributeSelectRef
impl Clone for NameAttributeSelectRef
Source§fn clone(&self) -> NameAttributeSelectRef
fn clone(&self) -> NameAttributeSelectRef
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 Debug for NameAttributeSelectRef
impl Debug for NameAttributeSelectRef
Source§impl PartialEq for NameAttributeSelectRef
impl PartialEq for NameAttributeSelectRef
Source§fn eq(&self, other: &NameAttributeSelectRef) -> bool
fn eq(&self, other: &NameAttributeSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NameAttributeSelectRef
Auto Trait Implementations§
impl Freeze for NameAttributeSelectRef
impl RefUnwindSafe for NameAttributeSelectRef
impl Send for NameAttributeSelectRef
impl Sync for NameAttributeSelectRef
impl Unpin for NameAttributeSelectRef
impl UnsafeUnpin for NameAttributeSelectRef
impl UnwindSafe for NameAttributeSelectRef
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