Struct kailua_langsvr_protocol::TextDocumentRegistrationOptions [] [src]

pub struct TextDocumentRegistrationOptions {
    pub documentSelector: Option<DocumentSelector>,
}

Fields

Trait Implementations

impl Debug for TextDocumentRegistrationOptions
[src]

Formats the value using the given formatter.

impl Clone for TextDocumentRegistrationOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more