Enum lsp_types::notification::WorkDoneProgressCancel [−][src]
pub enum WorkDoneProgressCancel {}Expand description
The window/workDoneProgress/cancel notification is sent from the client
to the server to cancel a progress initiated on the server side using the window/workDoneProgress/create.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WorkDoneProgressCancelimpl Send for WorkDoneProgressCancelimpl Sync for WorkDoneProgressCancelimpl Unpin for WorkDoneProgressCancelimpl UnwindSafe for WorkDoneProgressCancel