Struct kailua_langsvr_protocol::Diagnostic [] [src]

pub struct Diagnostic {
    pub range: Range,
    pub severity: Option<DiagnosticSeverity>,
    pub code: Option<Value>,
    pub source: Option<String>,
    pub message: String,
}

Fields

Trait Implementations

impl Debug for Diagnostic
[src]

Formats the value using the given formatter.

impl Clone for Diagnostic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more