Struct kailua_langsvr_protocol::CodeActionContext [] [src]

pub struct CodeActionContext {
    pub diagnostics: Vec<Diagnostic>,
}

Fields

Trait Implementations

impl Debug for CodeActionContext
[src]

Formats the value using the given formatter.

impl Clone for CodeActionContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more