pub enum ProgressStart {}Expand description
The event signals that a long running operation is about to start and provides additional information for the client to set up a corresponding progress and cancellation UI.
The client is free to delay the showing of the UI in order to reduce flicker.
This event should only be sent if the corresponding capability supportsProgressReporting is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgressStart
impl RefUnwindSafe for ProgressStart
impl Send for ProgressStart
impl Sync for ProgressStart
impl Unpin for ProgressStart
impl UnwindSafe for ProgressStart
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