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