Enum languageserver_types::notification::TelemetryEvent [−][src]
pub enum TelemetryEvent {}The telemetry notification is sent from the server to the client to ask the client to log a telemetry event.
Trait Implementations
impl Debug for TelemetryEvent[src]
impl Debug for TelemetryEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Notification for TelemetryEvent[src]
impl Notification for TelemetryEventAuto Trait Implementations
impl Send for TelemetryEvent
impl Send for TelemetryEventimpl Sync for TelemetryEvent
impl Sync for TelemetryEvent