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