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