Struct languageserver_types::RenameFile [−][src]
pub struct RenameFile {
pub old_uri: String,
pub new_uri: String,
pub options: Option<RenameFileOptions>,
}Rename file operation
Fields
old_uri: String
The old (existing) location.
new_uri: String
The new location.
options: Option<RenameFileOptions>
Rename options.
Trait Implementations
impl Debug for RenameFile[src]
impl Debug for RenameFilefn 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 RenameFile[src]
impl Eq for RenameFileimpl PartialEq for RenameFile[src]
impl PartialEq for RenameFilefn eq(&self, other: &RenameFile) -> bool[src]
fn eq(&self, other: &RenameFile) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RenameFile) -> bool[src]
fn ne(&self, other: &RenameFile) -> boolThis method tests for !=.
impl Clone for RenameFile[src]
impl Clone for RenameFilefn clone(&self) -> RenameFile[src]
fn clone(&self) -> RenameFileReturns 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 RenameFile
impl Send for RenameFileimpl Sync for RenameFile
impl Sync for RenameFile