Enum annotate_snippets::display_list::DisplayAnnotationPart [−][src]
pub enum DisplayAnnotationPart {
Standalone,
LabelContinuation,
Consequitive,
MultilineStart,
MultilineEnd,
}
Expand description
An indicator of what part of the annotation a given Annotation
is.
Variants
A standalone, single-line annotation.
A continuation of a multi-line label of an annotation.
A consequitive annotation in case multiple annotations annotate a single line.
A line starting a multiline annotation.
A line ending a multiline annotation.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DisplayAnnotationPart
impl Send for DisplayAnnotationPart
impl Sync for DisplayAnnotationPart
impl Unpin for DisplayAnnotationPart
impl UnwindSafe for DisplayAnnotationPart
Blanket Implementations
Mutably borrows from an owned value. Read more