pub enum DidSaveTextDocument {}
Expand description
The document save notification is sent from the client to the server when the document was saved in the client.
Trait Implementations§
source§impl Debug for DidSaveTextDocument
impl Debug for DidSaveTextDocument
source§impl Notification for DidSaveTextDocument
impl Notification for DidSaveTextDocument
Auto Trait Implementations§
impl Freeze for DidSaveTextDocument
impl RefUnwindSafe for DidSaveTextDocument
impl Send for DidSaveTextDocument
impl Sync for DidSaveTextDocument
impl Unpin for DidSaveTextDocument
impl UnwindSafe for DidSaveTextDocument
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