pub enum PresentedItemSelectRefView<'m> {
Show 16 variants
Action(&'m Action),
ActionMethod(&'m ActionMethod),
ActionRelationship(&'m ActionRelationship),
AssemblyComponentUsage(&'m AssemblyComponentUsage),
MakeFromUsageOption(&'m MakeFromUsageOption),
NextAssemblyUsageOccurrence(&'m NextAssemblyUsageOccurrence),
ProductConcept(&'m ProductConcept),
ProductConceptFeature(&'m ProductConceptFeature),
ProductConceptFeatureCategory(&'m ProductConceptFeatureCategory),
ProductDefinition(&'m ProductDefinition),
ProductDefinitionFormation(&'m ProductDefinitionFormation),
ProductDefinitionFormationWithSpecifiedSource(&'m ProductDefinitionFormationWithSpecifiedSource),
ProductDefinitionRelationship(&'m ProductDefinitionRelationship),
ProductDefinitionUsage(&'m ProductDefinitionUsage),
ProductDefinitionWithAssociatedDocuments(&'m ProductDefinitionWithAssociatedDocuments),
Complex(&'m ComplexUnit),
}Variants§
Action(&'m Action)
ActionMethod(&'m ActionMethod)
ActionRelationship(&'m ActionRelationship)
AssemblyComponentUsage(&'m AssemblyComponentUsage)
MakeFromUsageOption(&'m MakeFromUsageOption)
NextAssemblyUsageOccurrence(&'m NextAssemblyUsageOccurrence)
ProductConcept(&'m ProductConcept)
ProductConceptFeature(&'m ProductConceptFeature)
ProductConceptFeatureCategory(&'m ProductConceptFeatureCategory)
ProductDefinition(&'m ProductDefinition)
ProductDefinitionFormation(&'m ProductDefinitionFormation)
ProductDefinitionFormationWithSpecifiedSource(&'m ProductDefinitionFormationWithSpecifiedSource)
ProductDefinitionRelationship(&'m ProductDefinitionRelationship)
ProductDefinitionUsage(&'m ProductDefinitionUsage)
ProductDefinitionWithAssociatedDocuments(&'m ProductDefinitionWithAssociatedDocuments)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for PresentedItemSelectRefView<'m>
impl<'m> Clone for PresentedItemSelectRefView<'m>
Source§fn clone(&self) -> PresentedItemSelectRefView<'m>
fn clone(&self) -> PresentedItemSelectRefView<'m>
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<'m> Copy for PresentedItemSelectRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for PresentedItemSelectRefView<'m>
impl<'m> RefUnwindSafe for PresentedItemSelectRefView<'m>
impl<'m> Send for PresentedItemSelectRefView<'m>
impl<'m> Sync for PresentedItemSelectRefView<'m>
impl<'m> Unpin for PresentedItemSelectRefView<'m>
impl<'m> UnsafeUnpin for PresentedItemSelectRefView<'m>
impl<'m> UnwindSafe for PresentedItemSelectRefView<'m>
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