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