Struct languageserver_types::PublishDiagnosticsCapability [−][src]
Fields
Whether the clients accepts diagnostics with related information.
Trait Implementations
impl Debug for PublishDiagnosticsCapability[src]
impl Debug for PublishDiagnosticsCapabilityfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for PublishDiagnosticsCapability[src]
impl Eq for PublishDiagnosticsCapabilityimpl PartialEq for PublishDiagnosticsCapability[src]
impl PartialEq for PublishDiagnosticsCapabilityfn eq(&self, other: &PublishDiagnosticsCapability) -> bool[src]
fn eq(&self, other: &PublishDiagnosticsCapability) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PublishDiagnosticsCapability) -> bool[src]
fn ne(&self, other: &PublishDiagnosticsCapability) -> boolThis method tests for !=.
impl Default for PublishDiagnosticsCapability[src]
impl Default for PublishDiagnosticsCapabilityfn default() -> PublishDiagnosticsCapability[src]
fn default() -> PublishDiagnosticsCapabilityReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for PublishDiagnosticsCapability
impl Send for PublishDiagnosticsCapabilityimpl Sync for PublishDiagnosticsCapability
impl Sync for PublishDiagnosticsCapability