pub enum ApplyWorkspaceEdit {}
Expand description
The workspace/applyEdit request is sent from the server to the client to modify resource on the client side.
Trait Implementations§
Source§impl Debug for ApplyWorkspaceEdit
impl Debug for ApplyWorkspaceEdit
Auto Trait Implementations§
impl Freeze for ApplyWorkspaceEdit
impl RefUnwindSafe for ApplyWorkspaceEdit
impl Send for ApplyWorkspaceEdit
impl Sync for ApplyWorkspaceEdit
impl Unpin for ApplyWorkspaceEdit
impl UnwindSafe for ApplyWorkspaceEdit
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