Struct languageserver_types::DidCloseTextDocumentParams
[−]
[src]
pub struct DidCloseTextDocumentParams {
pub text_document: TextDocumentIdentifier,
}Fields
text_document: TextDocumentIdentifier
The document that was closed.
Trait Implementations
impl Debug for DidCloseTextDocumentParams[src]
impl PartialEq for DidCloseTextDocumentParams[src]
fn eq(&self, __arg_0: &DidCloseTextDocumentParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DidCloseTextDocumentParams) -> bool[src]
This method tests for !=.