Enum lsp_types::notification::DidDeleteFiles
source · pub enum DidDeleteFiles {}
Expand description
The did delete files notification is sent from the client to the server when files were deleted from within the client.
Trait Implementations§
source§impl Debug for DidDeleteFiles
impl Debug for DidDeleteFiles
source§impl Notification for DidDeleteFiles
impl Notification for DidDeleteFiles
Auto Trait Implementations§
impl Freeze for DidDeleteFiles
impl RefUnwindSafe for DidDeleteFiles
impl Send for DidDeleteFiles
impl Sync for DidDeleteFiles
impl Unpin for DidDeleteFiles
impl UnwindSafe for DidDeleteFiles
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