Struct kailua_langsvr_protocol::CodeLensRegistrationOptions [] [src]

pub struct CodeLensRegistrationOptions {
    pub documentSelector: Option<DocumentSelector>,
    pub resolveProvider: bool,
}

Fields

Trait Implementations

impl Debug for CodeLensRegistrationOptions
[src]

Formats the value using the given formatter.

impl Clone for CodeLensRegistrationOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more