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