pub enum DidChangeWatchedFiles {}
Expand description
The watched files notification is sent from the client to the server when the client detects changes to files watched by the language client.
Trait Implementations§
Source§impl Debug for DidChangeWatchedFiles
impl Debug for DidChangeWatchedFiles
Source§impl Notification for DidChangeWatchedFiles
impl Notification for DidChangeWatchedFiles
Auto Trait Implementations§
impl Freeze for DidChangeWatchedFiles
impl RefUnwindSafe for DidChangeWatchedFiles
impl Send for DidChangeWatchedFiles
impl Sync for DidChangeWatchedFiles
impl Unpin for DidChangeWatchedFiles
impl UnwindSafe for DidChangeWatchedFiles
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