Struct languageserver_types::DidChangeTextDocumentParams [−][src]
pub struct DidChangeTextDocumentParams {
pub text_document: VersionedTextDocumentIdentifier,
pub content_changes: Vec<TextDocumentContentChangeEvent>,
}Fields
text_document: VersionedTextDocumentIdentifier
The document that did change. The version number points to the version after all provided content changes have been applied.
content_changes: Vec<TextDocumentContentChangeEvent>
The actual content changes.
Trait Implementations
impl Debug for DidChangeTextDocumentParams[src]
impl Debug for DidChangeTextDocumentParamsfn 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 DidChangeTextDocumentParams[src]
impl Eq for DidChangeTextDocumentParamsimpl PartialEq for DidChangeTextDocumentParams[src]
impl PartialEq for DidChangeTextDocumentParamsfn eq(&self, other: &DidChangeTextDocumentParams) -> bool[src]
fn eq(&self, other: &DidChangeTextDocumentParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DidChangeTextDocumentParams) -> bool[src]
fn ne(&self, other: &DidChangeTextDocumentParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DidChangeTextDocumentParams
impl Send for DidChangeTextDocumentParamsimpl Sync for DidChangeTextDocumentParams
impl Sync for DidChangeTextDocumentParams