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