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