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