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