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
sourceimpl Debug for WorkDoneProgressCancel
impl Debug for WorkDoneProgressCancel
sourceimpl Notification for WorkDoneProgressCancel
impl Notification for WorkDoneProgressCancel
type Params = WorkDoneProgressCancelParams
const METHOD: &'static str = "window/workDoneProgress/cancel"
Auto Trait Implementations
impl RefUnwindSafe for WorkDoneProgressCancel
impl Send for WorkDoneProgressCancel
impl Sync for WorkDoneProgressCancel
impl Unpin for WorkDoneProgressCancel
impl UnwindSafe for WorkDoneProgressCancel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more