pub enum DidDeleteFilesNotification {}Expand description
The will delete files request is sent from the client to the server before files are actually deleted as long as the deletion is triggered from within the client.
@since 3.16.0
Trait Implementations§
Source§impl Debug for DidDeleteFilesNotification
impl Debug for DidDeleteFilesNotification
Source§impl Notification for DidDeleteFilesNotification
impl Notification for DidDeleteFilesNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::WorkspaceDidDeleteFiles
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = DeleteFilesParams
Auto Trait Implementations§
impl Freeze for DidDeleteFilesNotification
impl RefUnwindSafe for DidDeleteFilesNotification
impl Send for DidDeleteFilesNotification
impl Sync for DidDeleteFilesNotification
impl Unpin for DidDeleteFilesNotification
impl UnsafeUnpin for DidDeleteFilesNotification
impl UnwindSafe for DidDeleteFilesNotification
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