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