pub struct DidOpenTextDocumentNotification;Trait Implementations§
Auto Trait Implementations§
impl Freeze for DidOpenTextDocumentNotification
impl RefUnwindSafe for DidOpenTextDocumentNotification
impl Send for DidOpenTextDocumentNotification
impl Sync for DidOpenTextDocumentNotification
impl Unpin for DidOpenTextDocumentNotification
impl UnsafeUnpin for DidOpenTextDocumentNotification
impl UnwindSafe for DidOpenTextDocumentNotification
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