Struct kailua_langsvr_protocol::PublishDiagnosticsParams [] [src]

pub struct PublishDiagnosticsParams {
    pub uri: String,
    pub diagnostics: Vec<Diagnostic>,
}

Fields

Trait Implementations

impl Debug for PublishDiagnosticsParams
[src]

Formats the value using the given formatter.

impl Clone for PublishDiagnosticsParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more