pub struct WorkDoneProgressCancelNotification;Trait Implementations§
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