pub enum DraughtingCalloutElementRefView<'m> {
AnnotationCurveOccurrence(&'m AnnotationCurveOccurrence),
AnnotationFillAreaOccurrence(&'m AnnotationFillAreaOccurrence),
AnnotationPlaceholderOccurrence(&'m AnnotationPlaceholderOccurrence),
AnnotationPlaceholderOccurrenceWithLeaderLine(&'m AnnotationPlaceholderOccurrenceWithLeaderLine),
AnnotationSymbolOccurrence(&'m AnnotationSymbolOccurrence),
AnnotationTextOccurrence(&'m AnnotationTextOccurrence),
LeaderCurve(&'m LeaderCurve),
LeaderTerminator(&'m LeaderTerminator),
TerminatorSymbol(&'m TerminatorSymbol),
TessellatedAnnotationOccurrence(&'m TessellatedAnnotationOccurrence),
Complex(&'m ComplexUnit),
}Variants§
AnnotationCurveOccurrence(&'m AnnotationCurveOccurrence)
AnnotationFillAreaOccurrence(&'m AnnotationFillAreaOccurrence)
AnnotationPlaceholderOccurrence(&'m AnnotationPlaceholderOccurrence)
AnnotationPlaceholderOccurrenceWithLeaderLine(&'m AnnotationPlaceholderOccurrenceWithLeaderLine)
AnnotationSymbolOccurrence(&'m AnnotationSymbolOccurrence)
AnnotationTextOccurrence(&'m AnnotationTextOccurrence)
LeaderCurve(&'m LeaderCurve)
LeaderTerminator(&'m LeaderTerminator)
TerminatorSymbol(&'m TerminatorSymbol)
TessellatedAnnotationOccurrence(&'m TessellatedAnnotationOccurrence)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for DraughtingCalloutElementRefView<'m>
impl<'m> Clone for DraughtingCalloutElementRefView<'m>
Source§fn clone(&self) -> DraughtingCalloutElementRefView<'m>
fn clone(&self) -> DraughtingCalloutElementRefView<'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 DraughtingCalloutElementRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for DraughtingCalloutElementRefView<'m>
impl<'m> RefUnwindSafe for DraughtingCalloutElementRefView<'m>
impl<'m> Send for DraughtingCalloutElementRefView<'m>
impl<'m> Sync for DraughtingCalloutElementRefView<'m>
impl<'m> Unpin for DraughtingCalloutElementRefView<'m>
impl<'m> UnsafeUnpin for DraughtingCalloutElementRefView<'m>
impl<'m> UnwindSafe for DraughtingCalloutElementRefView<'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