pub struct AnnotationCurveOccurrence {
pub name: String,
pub styles: Vec<PresentationStyleAssignmentRef>,
pub item: CurveOrCurveSetRef,
}Fields§
§name: String§styles: Vec<PresentationStyleAssignmentRef>§item: CurveOrCurveSetRefTrait Implementations§
Source§impl Clone for AnnotationCurveOccurrence
impl Clone for AnnotationCurveOccurrence
Source§fn clone(&self) -> AnnotationCurveOccurrence
fn clone(&self) -> AnnotationCurveOccurrence
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 AnnotationCurveOccurrence
impl Debug for AnnotationCurveOccurrence
Source§impl PartialEq for AnnotationCurveOccurrence
impl PartialEq for AnnotationCurveOccurrence
Source§fn eq(&self, other: &AnnotationCurveOccurrence) -> bool
fn eq(&self, other: &AnnotationCurveOccurrence) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationCurveOccurrence
Auto Trait Implementations§
impl Freeze for AnnotationCurveOccurrence
impl RefUnwindSafe for AnnotationCurveOccurrence
impl Send for AnnotationCurveOccurrence
impl Sync for AnnotationCurveOccurrence
impl Unpin for AnnotationCurveOccurrence
impl UnsafeUnpin for AnnotationCurveOccurrence
impl UnwindSafe for AnnotationCurveOccurrence
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