pub enum DidChangeNotebookDocumentNotification {}Trait Implementations§
Source§impl Notification for DidChangeNotebookDocumentNotification
impl Notification for DidChangeNotebookDocumentNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::NotebookDocumentDidChange
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = DidChangeNotebookDocumentParams
Auto Trait Implementations§
impl Freeze for DidChangeNotebookDocumentNotification
impl RefUnwindSafe for DidChangeNotebookDocumentNotification
impl Send for DidChangeNotebookDocumentNotification
impl Sync for DidChangeNotebookDocumentNotification
impl Unpin for DidChangeNotebookDocumentNotification
impl UnsafeUnpin for DidChangeNotebookDocumentNotification
impl UnwindSafe for DidChangeNotebookDocumentNotification
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