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