Struct annotate_snippets::snippet::Annotation [−][src]
pub struct Annotation<'a> {
pub id: Option<&'a str>,
pub label: Option<&'a str>,
pub annotation_type: AnnotationType,
}Expand description
An annotation for a Snippet.
Fields
id: Option<&'a str>Identifier of the annotation. Usually error code like “E0308”.
label: Option<&'a str>annotation_type: AnnotationType