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