pub enum LogTraceNotification {}Trait Implementations§
Source§impl Debug for LogTraceNotification
impl Debug for LogTraceNotification
Source§impl Notification for LogTraceNotification
impl Notification for LogTraceNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::LogTrace
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ServerToClient
type Params = LogTraceParams
Auto Trait Implementations§
impl Freeze for LogTraceNotification
impl RefUnwindSafe for LogTraceNotification
impl Send for LogTraceNotification
impl Sync for LogTraceNotification
impl Unpin for LogTraceNotification
impl UnsafeUnpin for LogTraceNotification
impl UnwindSafe for LogTraceNotification
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