pub enum AnnotationPlaneElementRefView<'m> {
Show 19 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),
ContextDependentOverRidingStyledItem(&'m ContextDependentOverRidingStyledItem),
DraughtingAnnotationOccurrence(&'m DraughtingAnnotationOccurrence),
DraughtingCallout(&'m DraughtingCallout),
LeaderCurve(&'m LeaderCurve),
LeaderDirectedCallout(&'m LeaderDirectedCallout),
LeaderTerminator(&'m LeaderTerminator),
OverRidingStyledItem(&'m OverRidingStyledItem),
StyledItem(&'m StyledItem),
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)
ContextDependentOverRidingStyledItem(&'m ContextDependentOverRidingStyledItem)
DraughtingAnnotationOccurrence(&'m DraughtingAnnotationOccurrence)
DraughtingCallout(&'m DraughtingCallout)
LeaderCurve(&'m LeaderCurve)
LeaderDirectedCallout(&'m LeaderDirectedCallout)
LeaderTerminator(&'m LeaderTerminator)
OverRidingStyledItem(&'m OverRidingStyledItem)
StyledItem(&'m StyledItem)
TerminatorSymbol(&'m TerminatorSymbol)
TessellatedAnnotationOccurrence(&'m TessellatedAnnotationOccurrence)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for AnnotationPlaneElementRefView<'m>
impl<'m> Clone for AnnotationPlaneElementRefView<'m>
Source§fn clone(&self) -> AnnotationPlaneElementRefView<'m>
fn clone(&self) -> AnnotationPlaneElementRefView<'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 AnnotationPlaneElementRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for AnnotationPlaneElementRefView<'m>
impl<'m> RefUnwindSafe for AnnotationPlaneElementRefView<'m>
impl<'m> Send for AnnotationPlaneElementRefView<'m>
impl<'m> Sync for AnnotationPlaneElementRefView<'m>
impl<'m> Unpin for AnnotationPlaneElementRefView<'m>
impl<'m> UnsafeUnpin for AnnotationPlaneElementRefView<'m>
impl<'m> UnwindSafe for AnnotationPlaneElementRefView<'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