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