Enum lsp_types::notification::ShowMessage
source · pub enum ShowMessage {}
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 ShowMessage
impl Debug for ShowMessage
source§impl Notification for ShowMessage
impl Notification for ShowMessage
Auto Trait Implementations§
impl Freeze for ShowMessage
impl RefUnwindSafe for ShowMessage
impl Send for ShowMessage
impl Sync for ShowMessage
impl Unpin for ShowMessage
impl UnwindSafe for ShowMessage
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