pub enum WorkDoneProgressCancelNotification {}Expand description
The window/workDoneProgress/cancel notification is sent from the client to the server to cancel a progress
initiated on the server side.
Trait Implementations§
Source§impl Notification for WorkDoneProgressCancelNotification
impl Notification for WorkDoneProgressCancelNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::WindowWorkDoneProgressCancel
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = WorkDoneProgressCancelParams
Auto Trait Implementations§
impl Freeze for WorkDoneProgressCancelNotification
impl RefUnwindSafe for WorkDoneProgressCancelNotification
impl Send for WorkDoneProgressCancelNotification
impl Sync for WorkDoneProgressCancelNotification
impl Unpin for WorkDoneProgressCancelNotification
impl UnsafeUnpin for WorkDoneProgressCancelNotification
impl UnwindSafe for WorkDoneProgressCancelNotification
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