pub enum ShowMessageNotification {}Expand description
The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.
Trait Implementations§
Source§impl Debug for ShowMessageNotification
impl Debug for ShowMessageNotification
Source§impl Notification for ShowMessageNotification
impl Notification for ShowMessageNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::WindowShowMessage
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ServerToClient
type Params = ShowMessageParams
Auto Trait Implementations§
impl Freeze for ShowMessageNotification
impl RefUnwindSafe for ShowMessageNotification
impl Send for ShowMessageNotification
impl Sync for ShowMessageNotification
impl Unpin for ShowMessageNotification
impl UnsafeUnpin for ShowMessageNotification
impl UnwindSafe for ShowMessageNotification
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