pub enum WillDeleteFilesRequest {}Expand description
The did delete files notification is sent from the client to the server when files were deleted from within the client.
@since 3.16.0
Trait Implementations§
Source§impl Debug for WillDeleteFilesRequest
impl Debug for WillDeleteFilesRequest
Source§impl Request for WillDeleteFilesRequest
impl Request for WillDeleteFilesRequest
const METHOD: LspRequestMethod<'static> = LspRequestMethod::WorkspaceWillDeleteFiles
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = DeleteFilesParams
type Result = Option<WorkspaceEdit>
Auto Trait Implementations§
impl Freeze for WillDeleteFilesRequest
impl RefUnwindSafe for WillDeleteFilesRequest
impl Send for WillDeleteFilesRequest
impl Sync for WillDeleteFilesRequest
impl Unpin for WillDeleteFilesRequest
impl UnsafeUnpin for WillDeleteFilesRequest
impl UnwindSafe for WillDeleteFilesRequest
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