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