Struct kailua_langsvr_protocol::DidOpenTextDocumentParams [] [src]

pub struct DidOpenTextDocumentParams {
    pub textDocument: TextDocumentItem,
}

Fields

Trait Implementations

impl Debug for DidOpenTextDocumentParams
[src]

Formats the value using the given formatter.

impl Clone for DidOpenTextDocumentParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more