Struct languageserver_types::SaveOptions
[−]
[src]
pub struct SaveOptions {
pub include_text: Option<bool>,
}Save options.
Fields
include_text: Option<bool>
The client is supposed to include the content on save.
Trait Implementations
impl Debug for SaveOptions[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq for SaveOptions[src]
impl PartialEq for SaveOptions[src]
fn eq(&self, __arg_0: &SaveOptions) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SaveOptions) -> bool[src]
This method tests for !=.
impl Default for SaveOptions[src]
fn default() -> SaveOptions[src]
Returns the "default value" for a type. Read more