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