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§
source§impl Debug for WorkDoneProgressCancel
impl Debug for WorkDoneProgressCancel
Auto Trait Implementations§
impl Freeze for WorkDoneProgressCancel
impl RefUnwindSafe for WorkDoneProgressCancel
impl Send for WorkDoneProgressCancel
impl Sync for WorkDoneProgressCancel
impl Unpin for WorkDoneProgressCancel
impl UnwindSafe for WorkDoneProgressCancel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more