Struct kailua_langsvr_protocol::TextDocumentSyncOptions [] [src]

pub struct TextDocumentSyncOptions {
    pub openClose: bool,
    pub change: TextDocumentSyncKind,
    pub willSave: bool,
    pub willSaveWaitUntil: bool,
    pub save: Option<SaveOptions>,
}

Fields

Trait Implementations

impl Debug for TextDocumentSyncOptions
[src]

Formats the value using the given formatter.

impl Clone for TextDocumentSyncOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TextDocumentSyncOptions
[src]

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