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