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