Enum lsp_types::request::ShowMessageRequest
source · pub enum ShowMessageRequest {}
Expand description
The show message request is sent from a server to a client to ask the client to display a particular message in the user interface. In addition to the show message notification the request allows to pass actions and to wait for an answer from the client.
Trait Implementations§
source§impl Debug for ShowMessageRequest
impl Debug for ShowMessageRequest
source§impl Request for ShowMessageRequest
impl Request for ShowMessageRequest
Auto Trait Implementations§
impl Freeze for ShowMessageRequest
impl RefUnwindSafe for ShowMessageRequest
impl Send for ShowMessageRequest
impl Sync for ShowMessageRequest
impl Unpin for ShowMessageRequest
impl UnwindSafe for ShowMessageRequest
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