Struct kailua_langsvr_protocol::CodeActionParams [] [src]

pub struct CodeActionParams {
    pub textDocument: TextDocumentIdentifier,
    pub range: Range,
    pub context: CodeActionContext,
}

Fields

Trait Implementations

impl Debug for CodeActionParams
[src]

Formats the value using the given formatter.

impl Clone for CodeActionParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more