Struct aidl_parser::diagnostic::Diagnostic [−][src]
pub struct Diagnostic {
pub kind: DiagnosticKind,
pub range: Range,
pub message: String,
pub context_message: Option<String>,
pub hint: Option<String>,
pub related_infos: Vec<RelatedInfo>,
}Fields
kind: DiagnosticKindrange: Rangemessage: Stringcontext_message: Option<String>Additional information displayed near the symbol
hint: Option<String>Trait 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 Diagnostic
impl Send for Diagnostic
impl Sync for Diagnostic
impl Unpin for Diagnostic
impl UnwindSafe for Diagnostic
Blanket Implementations
Mutably borrows from an owned value. Read more
