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