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