Struct languageserver_types::RenameFile[][src]

pub struct RenameFile {
    pub old_uri: String,
    pub new_uri: String,
    pub options: Option<RenameFileOptions>,
}

Rename file operation

Fields

The old (existing) location.

The new location.

Rename options.

Trait Implementations

impl Debug for RenameFile
[src]

Formats the value using the given formatter. Read more

impl Eq for RenameFile
[src]

impl PartialEq for RenameFile
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for RenameFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RenameFile

impl Sync for RenameFile