pub enum DidOpenNotebookDocumentNotification {}Expand description
A notification sent when a notebook opens.
@since 3.17.0
Trait Implementations§
Source§impl Notification for DidOpenNotebookDocumentNotification
impl Notification for DidOpenNotebookDocumentNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::NotebookDocumentDidOpen
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = DidOpenNotebookDocumentParams
Auto Trait Implementations§
impl Freeze for DidOpenNotebookDocumentNotification
impl RefUnwindSafe for DidOpenNotebookDocumentNotification
impl Send for DidOpenNotebookDocumentNotification
impl Sync for DidOpenNotebookDocumentNotification
impl Unpin for DidOpenNotebookDocumentNotification
impl UnsafeUnpin for DidOpenNotebookDocumentNotification
impl UnwindSafe for DidOpenNotebookDocumentNotification
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