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