Struct kailua_langsvr_protocol::TextDocumentChangeRegistrationOptions [] [src]

pub struct TextDocumentChangeRegistrationOptions {
    pub documentSelector: Option<DocumentSelector>,
    pub syncKind: TextDocumentSyncKind,
}

Fields

Trait Implementations

impl Debug for TextDocumentChangeRegistrationOptions
[src]

Formats the value using the given formatter.

impl Clone for TextDocumentChangeRegistrationOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more