Struct kailua_langsvr_protocol::DidCloseTextDocumentParams [] [src]

pub struct DidCloseTextDocumentParams {
    pub textDocument: TextDocumentIdentifier,
}

Fields

Trait Implementations

impl Debug for DidCloseTextDocumentParams
[src]

Formats the value using the given formatter.

impl Clone for DidCloseTextDocumentParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more