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