Struct languageserver_types::RenameOptions[][src]

pub struct RenameOptions {
    pub prepare_provider: Option<bool>,
}

Fields

Renames should be checked and tested before being executed.

Trait Implementations

impl Debug for RenameOptions
[src]

Formats the value using the given formatter. Read more

impl Eq for RenameOptions
[src]

impl PartialEq for RenameOptions
[src]

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

This method tests for !=.

Auto Trait Implementations