Struct languageserver_types::CreateFileOptions [−][src]
Options to create a file.
Fields
overwrite: Option<bool>
Overwrite existing file. Overwrite wins over ignoreIfExists
ignore_if_exists: Option<bool>
Ignore if exists.
Trait Implementations
impl Debug for CreateFileOptions[src]
impl Debug for CreateFileOptionsfn 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 CreateFileOptions[src]
impl Eq for CreateFileOptionsimpl PartialEq for CreateFileOptions[src]
impl PartialEq for CreateFileOptionsfn eq(&self, other: &CreateFileOptions) -> bool[src]
fn eq(&self, other: &CreateFileOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CreateFileOptions) -> bool[src]
fn ne(&self, other: &CreateFileOptions) -> boolThis method tests for !=.
impl Clone for CreateFileOptions[src]
impl Clone for CreateFileOptionsfn clone(&self) -> CreateFileOptions[src]
fn clone(&self) -> CreateFileOptionsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for CreateFileOptions
impl Send for CreateFileOptionsimpl Sync for CreateFileOptions
impl Sync for CreateFileOptions