Struct kailua_langsvr_protocol::DocumentLinkRegistrationOptions [] [src]

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

Fields

Trait Implementations

impl Debug for DocumentLinkRegistrationOptions
[src]

Formats the value using the given formatter.

impl Clone for DocumentLinkRegistrationOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more