Enum lsp_types::request::WorkDoneProgressCreate
source · pub enum WorkDoneProgressCreate {}
Expand description
The window/workDoneProgress/create
request is sent from the server
to the client to ask the client to create a work done progress.
Trait Implementations§
source§impl Debug for WorkDoneProgressCreate
impl Debug for WorkDoneProgressCreate
Auto Trait Implementations§
impl Freeze for WorkDoneProgressCreate
impl RefUnwindSafe for WorkDoneProgressCreate
impl Send for WorkDoneProgressCreate
impl Sync for WorkDoneProgressCreate
impl Unpin for WorkDoneProgressCreate
impl UnwindSafe for WorkDoneProgressCreate
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