Enum lsp_types::request::PrepareRenameRequest [−][src]
pub enum PrepareRenameRequest {}Expand description
The prepare rename request is sent from the client to the server to setup and test the validity of a rename operation at a given location.
Trait Implementations
type Params = TextDocumentPositionParamstype Result = Option<PrepareRenameResponse>Auto Trait Implementations
impl RefUnwindSafe for PrepareRenameRequestimpl Send for PrepareRenameRequestimpl Sync for PrepareRenameRequestimpl Unpin for PrepareRenameRequestimpl UnwindSafe for PrepareRenameRequest