pub enum DidChangeWatchedFilesNotification {}Expand description
The watched files notification is sent from the client to the server when the client detects changes to file watched by the language client.
Trait Implementations§
Source§impl Notification for DidChangeWatchedFilesNotification
impl Notification for DidChangeWatchedFilesNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::WorkspaceDidChangeWatchedFiles
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = DidChangeWatchedFilesParams
Auto Trait Implementations§
impl Freeze for DidChangeWatchedFilesNotification
impl RefUnwindSafe for DidChangeWatchedFilesNotification
impl Send for DidChangeWatchedFilesNotification
impl Sync for DidChangeWatchedFilesNotification
impl Unpin for DidChangeWatchedFilesNotification
impl UnsafeUnpin for DidChangeWatchedFilesNotification
impl UnwindSafe for DidChangeWatchedFilesNotification
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