Struct annotate_snippets::display_list::DisplayMark
[−]
[src]
pub struct DisplayMark { pub mark_type: DisplayMarkType, pub annotation_type: DisplayAnnotationType, }
A visual mark used in inline_marks
field of the DisplaySourceLine
.
Fields
mark_type: DisplayMarkType
annotation_type: DisplayAnnotationType
Trait Implementations
impl Debug for DisplayMark
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for DisplayMark
[src]
fn clone(&self) -> DisplayMark
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for DisplayMark
[src]
fn eq(&self, __arg_0: &DisplayMark) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DisplayMark) -> bool
[src]
This method tests for !=
.