Enum languageserver_types::request::Rename [] [src]

pub enum Rename {}

The rename request is sent from the client to the server to perform a workspace-wide rename of a symbol.

Trait Implementations

impl Debug for Rename
[src]

[src]

Formats the value using the given formatter. Read more

impl Request for Rename
[src]

METHOD: &'static str = "textDocument/rename"

Auto Trait Implementations

impl Send for Rename

impl Sync for Rename