appinsights 0.2.3

Application Insights SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use crate::contracts::*;
use serde::Serialize;

// NOTE: This file was automatically generated.

/// Data struct to contain only C section with custom fields.
#[derive(Debug, Clone, PartialEq, Serialize)]
#[serde(untagged)]
#[serde(rename_all = "camelCase")]
pub enum Base {
    Data(Data),
}