Struct lsp_types::DiagnosticRelatedInformation [−][src]
Expand description
Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g when duplicating a symbol in a scope.
Fields
location: Location
The location of this related diagnostic information.
message: String
The message of this related diagnostic information.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DiagnosticRelatedInformation
impl Sync for DiagnosticRelatedInformation
impl Unpin for DiagnosticRelatedInformation
impl UnwindSafe for DiagnosticRelatedInformation
Blanket Implementations
Mutably borrows from an owned value. Read more