Enum languageserver_types::DocumentChangeOperation [−][src]
pub enum DocumentChangeOperation {
Op(ResourceOp),
Edit(TextDocumentEdit),
}Variants
Op(ResourceOp)Edit(TextDocumentEdit)
Trait Implementations
impl Debug for DocumentChangeOperation[src]
impl Debug for DocumentChangeOperationfn 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 DocumentChangeOperation[src]
impl Eq for DocumentChangeOperationimpl PartialEq for DocumentChangeOperation[src]
impl PartialEq for DocumentChangeOperationfn eq(&self, other: &DocumentChangeOperation) -> bool[src]
fn eq(&self, other: &DocumentChangeOperation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DocumentChangeOperation) -> bool[src]
fn ne(&self, other: &DocumentChangeOperation) -> boolThis method tests for !=.
impl Clone for DocumentChangeOperation[src]
impl Clone for DocumentChangeOperationfn clone(&self) -> DocumentChangeOperation[src]
fn clone(&self) -> DocumentChangeOperationReturns 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 DocumentChangeOperation
impl Send for DocumentChangeOperationimpl Sync for DocumentChangeOperation
impl Sync for DocumentChangeOperation