pub enum DidCloseTextDocument {}
Expand description
The document close notification is sent from the client to the server when the document got closed in the client. The document’s truth now exists where the document’s uri points to (e.g. if the document’s uri is a file uri the truth now exists on disk).
Trait Implementations§
source§impl Debug for DidCloseTextDocument
impl Debug for DidCloseTextDocument
source§impl Notification for DidCloseTextDocument
impl Notification for DidCloseTextDocument
Auto Trait Implementations§
impl Freeze for DidCloseTextDocument
impl RefUnwindSafe for DidCloseTextDocument
impl Send for DidCloseTextDocument
impl Sync for DidCloseTextDocument
impl Unpin for DidCloseTextDocument
impl UnwindSafe for DidCloseTextDocument
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