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