pub enum DidOpenTextDocument {}
Expand description
The document open notification is sent from the client to the server to signal newly opened text documents. The document’s truth is now managed by the client and the server must not try to read the document’s truth using the document’s uri.
Trait Implementations§
source§impl Debug for DidOpenTextDocument
impl Debug for DidOpenTextDocument
source§impl Notification for DidOpenTextDocument
impl Notification for DidOpenTextDocument
Auto Trait Implementations§
impl Freeze for DidOpenTextDocument
impl RefUnwindSafe for DidOpenTextDocument
impl Send for DidOpenTextDocument
impl Sync for DidOpenTextDocument
impl Unpin for DidOpenTextDocument
impl UnwindSafe for DidOpenTextDocument
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