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