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