Struct languageserver_types::RenameCapability[][src]

pub struct RenameCapability {
    pub dynamic_registration: Option<bool>,
    pub prepare_support: Option<bool>,
}

Fields

Whether rename supports dynamic registration.

Client supports testing for validity of rename operations before execution.

Trait Implementations

impl Debug for RenameCapability
[src]

Formats the value using the given formatter. Read more

impl Eq for RenameCapability
[src]

impl PartialEq for RenameCapability
[src]

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

This method tests for !=.

impl Default for RenameCapability
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations