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