Struct languageserver_types::PublishDiagnosticsCapability[][src]

pub struct PublishDiagnosticsCapability {
    pub related_information: Option<bool>,
}

Fields

Whether the clients accepts diagnostics with related information.

Trait Implementations

impl Debug for PublishDiagnosticsCapability
[src]

Formats the value using the given formatter. Read more

impl Eq for PublishDiagnosticsCapability
[src]

impl PartialEq for PublishDiagnosticsCapability
[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 PublishDiagnosticsCapability
[src]

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

Auto Trait Implementations