Enum languageserver_types::DocumentChangeOperation[][src]

pub enum DocumentChangeOperation {
    Op(ResourceOp),
    Edit(TextDocumentEdit),
}

Variants

Trait Implementations

impl Debug for DocumentChangeOperation
[src]

Formats the value using the given formatter. Read more

impl Eq for DocumentChangeOperation
[src]

impl PartialEq for DocumentChangeOperation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for DocumentChangeOperation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations