Struct kailua_langsvr_protocol::CodeLensOptions [] [src]

pub struct CodeLensOptions {
    pub resolveProvider: bool,
}

Fields

Trait Implementations

impl Debug for CodeLensOptions
[src]

Formats the value using the given formatter.

impl Clone for CodeLensOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CodeLensOptions
[src]

Returns the "default value" for a type. Read more