Enum lsp_types::request::ApplyWorkspaceEdit
source · 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
source§impl Request for ApplyWorkspaceEdit
impl Request for ApplyWorkspaceEdit
type Params = ApplyWorkspaceEditParams
type Result = ApplyWorkspaceEditResponse
const METHOD: &'static str = "workspace/applyEdit"
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