Struct languageserver_types::RenameFileOptions [−][src]
Rename file options
Fields
overwrite: Option<bool>
Overwrite target if existing. Overwrite wins over ignoreIfExists
ignore_if_exists: Option<bool>
Ignores if target exists.
Trait Implementations
impl Debug for RenameFileOptions[src]
impl Debug for RenameFileOptionsfn 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 RenameFileOptions[src]
impl Eq for RenameFileOptionsimpl PartialEq for RenameFileOptions[src]
impl PartialEq for RenameFileOptionsfn eq(&self, other: &RenameFileOptions) -> bool[src]
fn eq(&self, other: &RenameFileOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RenameFileOptions) -> bool[src]
fn ne(&self, other: &RenameFileOptions) -> boolThis method tests for !=.
impl Clone for RenameFileOptions[src]
impl Clone for RenameFileOptionsfn clone(&self) -> RenameFileOptions[src]
fn clone(&self) -> RenameFileOptionsReturns 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 RenameFileOptions
impl Send for RenameFileOptionsimpl Sync for RenameFileOptions
impl Sync for RenameFileOptions