pub enum DraughtingModelItemAssociationSelectRef {
Show 16 variants
AnnotationCurveOccurrence(AnnotationCurveOccurrenceId),
AnnotationFillAreaOccurrence(AnnotationFillAreaOccurrenceId),
AnnotationOccurrence(AnnotationOccurrenceId),
AnnotationPlaceholderOccurrence(AnnotationPlaceholderOccurrenceId),
AnnotationPlaceholderOccurrenceWithLeaderLine(AnnotationPlaceholderOccurrenceWithLeaderLineId),
AnnotationPlane(AnnotationPlaneId),
AnnotationSymbolOccurrence(AnnotationSymbolOccurrenceId),
AnnotationTextOccurrence(AnnotationTextOccurrenceId),
DraughtingAnnotationOccurrence(DraughtingAnnotationOccurrenceId),
DraughtingCallout(DraughtingCalloutId),
LeaderCurve(LeaderCurveId),
LeaderDirectedCallout(LeaderDirectedCalloutId),
LeaderTerminator(LeaderTerminatorId),
TerminatorSymbol(TerminatorSymbolId),
TessellatedAnnotationOccurrence(TessellatedAnnotationOccurrenceId),
Complex(ComplexUnitId),
}Variants§
AnnotationCurveOccurrence(AnnotationCurveOccurrenceId)
AnnotationFillAreaOccurrence(AnnotationFillAreaOccurrenceId)
AnnotationOccurrence(AnnotationOccurrenceId)
AnnotationPlaceholderOccurrence(AnnotationPlaceholderOccurrenceId)
AnnotationPlaceholderOccurrenceWithLeaderLine(AnnotationPlaceholderOccurrenceWithLeaderLineId)
AnnotationPlane(AnnotationPlaneId)
AnnotationSymbolOccurrence(AnnotationSymbolOccurrenceId)
AnnotationTextOccurrence(AnnotationTextOccurrenceId)
DraughtingAnnotationOccurrence(DraughtingAnnotationOccurrenceId)
DraughtingCallout(DraughtingCalloutId)
LeaderCurve(LeaderCurveId)
LeaderDirectedCallout(LeaderDirectedCalloutId)
LeaderTerminator(LeaderTerminatorId)
TerminatorSymbol(TerminatorSymbolId)
TessellatedAnnotationOccurrence(TessellatedAnnotationOccurrenceId)
Complex(ComplexUnitId)
Implementations§
Source§impl DraughtingModelItemAssociationSelectRef
impl DraughtingModelItemAssociationSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> DraughtingModelItemAssociationSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for DraughtingModelItemAssociationSelectRef
impl Clone for DraughtingModelItemAssociationSelectRef
Source§fn clone(&self) -> DraughtingModelItemAssociationSelectRef
fn clone(&self) -> DraughtingModelItemAssociationSelectRef
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 DraughtingModelItemAssociationSelectRef
impl PartialEq for DraughtingModelItemAssociationSelectRef
Source§fn eq(&self, other: &DraughtingModelItemAssociationSelectRef) -> bool
fn eq(&self, other: &DraughtingModelItemAssociationSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DraughtingModelItemAssociationSelectRef
Auto Trait Implementations§
impl Freeze for DraughtingModelItemAssociationSelectRef
impl RefUnwindSafe for DraughtingModelItemAssociationSelectRef
impl Send for DraughtingModelItemAssociationSelectRef
impl Sync for DraughtingModelItemAssociationSelectRef
impl Unpin for DraughtingModelItemAssociationSelectRef
impl UnsafeUnpin for DraughtingModelItemAssociationSelectRef
impl UnwindSafe for DraughtingModelItemAssociationSelectRef
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