pub enum PresentedItemSelectRef {
Show 16 variants
Action(ActionId),
ActionMethod(ActionMethodId),
ActionRelationship(ActionRelationshipId),
AssemblyComponentUsage(AssemblyComponentUsageId),
MakeFromUsageOption(MakeFromUsageOptionId),
NextAssemblyUsageOccurrence(NextAssemblyUsageOccurrenceId),
ProductConcept(ProductConceptId),
ProductConceptFeature(ProductConceptFeatureId),
ProductConceptFeatureCategory(ProductConceptFeatureCategoryId),
ProductDefinition(ProductDefinitionId),
ProductDefinitionFormation(ProductDefinitionFormationId),
ProductDefinitionFormationWithSpecifiedSource(ProductDefinitionFormationWithSpecifiedSourceId),
ProductDefinitionRelationship(ProductDefinitionRelationshipId),
ProductDefinitionUsage(ProductDefinitionUsageId),
ProductDefinitionWithAssociatedDocuments(ProductDefinitionWithAssociatedDocumentsId),
Complex(ComplexUnitId),
}Variants§
Action(ActionId)
ActionMethod(ActionMethodId)
ActionRelationship(ActionRelationshipId)
AssemblyComponentUsage(AssemblyComponentUsageId)
MakeFromUsageOption(MakeFromUsageOptionId)
NextAssemblyUsageOccurrence(NextAssemblyUsageOccurrenceId)
ProductConcept(ProductConceptId)
ProductConceptFeature(ProductConceptFeatureId)
ProductConceptFeatureCategory(ProductConceptFeatureCategoryId)
ProductDefinition(ProductDefinitionId)
ProductDefinitionFormation(ProductDefinitionFormationId)
ProductDefinitionFormationWithSpecifiedSource(ProductDefinitionFormationWithSpecifiedSourceId)
ProductDefinitionRelationship(ProductDefinitionRelationshipId)
ProductDefinitionUsage(ProductDefinitionUsageId)
ProductDefinitionWithAssociatedDocuments(ProductDefinitionWithAssociatedDocumentsId)
Complex(ComplexUnitId)
Implementations§
Source§impl PresentedItemSelectRef
impl PresentedItemSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> PresentedItemSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for PresentedItemSelectRef
impl Clone for PresentedItemSelectRef
Source§fn clone(&self) -> PresentedItemSelectRef
fn clone(&self) -> PresentedItemSelectRef
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 PresentedItemSelectRef
impl Debug for PresentedItemSelectRef
Source§impl PartialEq for PresentedItemSelectRef
impl PartialEq for PresentedItemSelectRef
Source§fn eq(&self, other: &PresentedItemSelectRef) -> bool
fn eq(&self, other: &PresentedItemSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentedItemSelectRef
Auto Trait Implementations§
impl Freeze for PresentedItemSelectRef
impl RefUnwindSafe for PresentedItemSelectRef
impl Send for PresentedItemSelectRef
impl Sync for PresentedItemSelectRef
impl Unpin for PresentedItemSelectRef
impl UnsafeUnpin for PresentedItemSelectRef
impl UnwindSafe for PresentedItemSelectRef
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