pub enum DidCloseNotebookDocument {}Trait Implementations§
Source§impl Debug for DidCloseNotebookDocument
impl Debug for DidCloseNotebookDocument
Auto Trait Implementations§
impl Freeze for DidCloseNotebookDocument
impl RefUnwindSafe for DidCloseNotebookDocument
impl Send for DidCloseNotebookDocument
impl Sync for DidCloseNotebookDocument
impl Unpin for DidCloseNotebookDocument
impl UnwindSafe for DidCloseNotebookDocument
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