Struct annotate_snippets::display_list::DisplayMark [−][src]
pub struct DisplayMark {
pub mark_type: DisplayMarkType,
pub annotation_type: DisplayAnnotationType,
}Expand description
A visual mark used in inline_marks field of the DisplaySourceLine.
Fields
mark_type: DisplayMarkTypeannotation_type: DisplayAnnotationTypeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DisplayMark
impl Send for DisplayMark
impl Sync for DisplayMark
impl Unpin for DisplayMark
impl UnwindSafe for DisplayMark
Blanket Implementations
Mutably borrows from an owned value. Read more