Struct languageserver_types::DidOpenTextDocumentParams [−][src]
pub struct DidOpenTextDocumentParams {
pub text_document: TextDocumentItem,
}Fields
text_document: TextDocumentItem
The document that was opened.
Trait Implementations
impl Debug for DidOpenTextDocumentParams[src]
impl Debug for DidOpenTextDocumentParamsfn 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 DidOpenTextDocumentParams[src]
impl Eq for DidOpenTextDocumentParamsimpl PartialEq for DidOpenTextDocumentParams[src]
impl PartialEq for DidOpenTextDocumentParamsfn eq(&self, other: &DidOpenTextDocumentParams) -> bool[src]
fn eq(&self, other: &DidOpenTextDocumentParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DidOpenTextDocumentParams) -> bool[src]
fn ne(&self, other: &DidOpenTextDocumentParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DidOpenTextDocumentParams
impl Send for DidOpenTextDocumentParamsimpl Sync for DidOpenTextDocumentParams
impl Sync for DidOpenTextDocumentParams