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 Debug for DidCloseTextDocumentParamsfn 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 DidCloseTextDocumentParams[src]
impl Eq for DidCloseTextDocumentParamsimpl PartialEq for DidCloseTextDocumentParams[src]
impl PartialEq for DidCloseTextDocumentParamsfn eq(&self, other: &DidCloseTextDocumentParams) -> bool[src]
fn eq(&self, other: &DidCloseTextDocumentParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DidCloseTextDocumentParams) -> bool[src]
fn ne(&self, other: &DidCloseTextDocumentParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DidCloseTextDocumentParams
impl Send for DidCloseTextDocumentParamsimpl Sync for DidCloseTextDocumentParams
impl Sync for DidCloseTextDocumentParams