Struct languageserver_types::SaveOptions [] [src]

pub struct SaveOptions {
    pub include_text: Option<bool>,
}

Save options.

Fields

The client is supposed to include the content on save.

Trait Implementations

impl Debug for SaveOptions
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SaveOptions
[src]

impl PartialEq for SaveOptions
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Default for SaveOptions
[src]

[src]

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

Auto Trait Implementations

impl Send for SaveOptions

impl Sync for SaveOptions