pub enum DidChangeTextDocument {}
Expand description
The document change notification is sent from the client to the server to signal changes to a text document. In 2.0 the shape of the params has changed to include proper version numbers and language ids.
Trait Implementations§
source§impl Debug for DidChangeTextDocument
impl Debug for DidChangeTextDocument
source§impl Notification for DidChangeTextDocument
impl Notification for DidChangeTextDocument
Auto Trait Implementations§
impl Freeze for DidChangeTextDocument
impl RefUnwindSafe for DidChangeTextDocument
impl Send for DidChangeTextDocument
impl Sync for DidChangeTextDocument
impl Unpin for DidChangeTextDocument
impl UnwindSafe for DidChangeTextDocument
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