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