pub enum DidSaveNotebookDocumentNotification {}Expand description
A notification sent when a notebook document is saved.
@since 3.17.0
Trait Implementations§
Source§impl Notification for DidSaveNotebookDocumentNotification
impl Notification for DidSaveNotebookDocumentNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::NotebookDocumentDidSave
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = DidSaveNotebookDocumentParams
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