Struct kailua_langsvr_protocol::DidSaveTextDocumentParams [] [src]

pub struct DidSaveTextDocumentParams {
    pub textDocument: TextDocumentIdentifier,
    pub text: Option<String>,
}

Fields

Trait Implementations

impl Debug for DidSaveTextDocumentParams
[src]

Formats the value using the given formatter.

impl Clone for DidSaveTextDocumentParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more