Enum lsp::types::DiagnosticSeverity[][src]

pub enum DiagnosticSeverity {
    Error,
    Warning,
    Information,
    Hint,
}

The diagnostic's severity.

Variants

Reports an error.

Reports a warning.

Reports an information.

Reports a hint.

Trait Implementations

impl Debug for DiagnosticSeverity
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations