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]
impl Request for Rename[src]
type Params = RenameParams
type Result = Option<WorkspaceEdit>
const METHOD: &'static str
METHOD: &'static str = "textDocument/rename"