Enum lsp2::notification::LogTrace
pub enum LogTrace {}
Expand description
A notification to log the trace of the server’s execution. The amount and content of these notifications depends on the current trace configuration.
LogTrace
should be used for systematic trace reporting. For single debugging messages,
the server should send LogMessage
notifications.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LogTrace
impl Send for LogTrace
impl Sync for LogTrace
impl Unpin for LogTrace
impl UnwindSafe for LogTrace
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