Enum lsp_types::request::WillRenameFiles [−][src]
pub enum WillRenameFiles {}Expand description
The will rename files request is sent from the client to the server before files are actually renamed as long as the rename is triggered from within the client. The request can return a WorkspaceEdit which will be applied to workspace before the files are renamed. Please note that clients might drop results if computing the edit took too long or if a server constantly fails on this request. This is done to keep renames fast and reliable.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WillRenameFilesimpl Send for WillRenameFilesimpl Sync for WillRenameFilesimpl Unpin for WillRenameFilesimpl UnwindSafe for WillRenameFiles