pub enum ProgressEnd {}Expand description
The event signals the end of the progress reporting with a final message.
This event should only be sent if the corresponding capability supportsProgressReporting is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgressEnd
impl RefUnwindSafe for ProgressEnd
impl Send for ProgressEnd
impl Sync for ProgressEnd
impl Unpin for ProgressEnd
impl UnwindSafe for ProgressEnd
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