Enum languageserver_types::DocumentChanges [−][src]
pub enum DocumentChanges {
Edits(Vec<TextDocumentEdit>),
Operations(Vec<DocumentChangeOperation>),
}Variants
Edits(Vec<TextDocumentEdit>)Operations(Vec<DocumentChangeOperation>)
Trait Implementations
impl Debug for DocumentChanges[src]
impl Debug for DocumentChangesfn 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 DocumentChanges[src]
impl Eq for DocumentChangesimpl PartialEq for DocumentChanges[src]
impl PartialEq for DocumentChangesfn eq(&self, other: &DocumentChanges) -> bool[src]
fn eq(&self, other: &DocumentChanges) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DocumentChanges) -> bool[src]
fn ne(&self, other: &DocumentChanges) -> boolThis method tests for !=.
impl Clone for DocumentChanges[src]
impl Clone for DocumentChangesfn clone(&self) -> DocumentChanges[src]
fn clone(&self) -> DocumentChangesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for DocumentChanges
impl Send for DocumentChangesimpl Sync for DocumentChanges
impl Sync for DocumentChanges