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