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