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