Struct kailua_langsvr_protocol::TextDocumentEdit [] [src]

pub struct TextDocumentEdit {
    pub textDocument: VersionedTextDocumentIdentifier,
    pub edits: Vec<TextEdit>,
}

Fields

Trait Implementations

impl Debug for TextDocumentEdit
[src]

Formats the value using the given formatter.

impl Clone for TextDocumentEdit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more