Struct languageserver_types::PublishDiagnosticsParams [] [src]

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

Fields

The URI for which diagnostic information is reported.

An array of diagnostic information items.

Trait Implementations

impl Debug for PublishDiagnosticsParams
[src]

Formats the value using the given formatter.

impl PartialEq for PublishDiagnosticsParams
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for PublishDiagnosticsParams
[src]

Returns the "default value" for a type. Read more