pub enum DidChangeTextDocumentNotification {}Expand description
The document change notification is sent from the client to the server to signal changes to a text document.
Trait Implementations§
Source§impl Notification for DidChangeTextDocumentNotification
impl Notification for DidChangeTextDocumentNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::TextDocumentDidChange
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = DidChangeTextDocumentParams
Auto Trait Implementations§
impl Freeze for DidChangeTextDocumentNotification
impl RefUnwindSafe for DidChangeTextDocumentNotification
impl Send for DidChangeTextDocumentNotification
impl Sync for DidChangeTextDocumentNotification
impl Unpin for DidChangeTextDocumentNotification
impl UnsafeUnpin for DidChangeTextDocumentNotification
impl UnwindSafe for DidChangeTextDocumentNotification
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