Enum lsp_types::request::ApplyWorkspaceEdit [−][src]
pub enum ApplyWorkspaceEdit {}Expand description
The workspace/applyEdit request is sent from the server to the client to modify resource on the client side.
Trait Implementations
type Params = ApplyWorkspaceEditParamstype Result = ApplyWorkspaceEditResponseAuto Trait Implementations
impl RefUnwindSafe for ApplyWorkspaceEditimpl Send for ApplyWorkspaceEditimpl Sync for ApplyWorkspaceEditimpl Unpin for ApplyWorkspaceEditimpl UnwindSafe for ApplyWorkspaceEdit