Struct glean::ClientInfoMetrics
source · pub struct ClientInfoMetrics {
pub app_build: String,
pub app_display_version: String,
pub channel: Option<String>,
}Expand description
Metrics included in every ping as client_info.
Fields§
§app_build: StringThe build identifier generated by the CI system (e.g. “1234/A”).
app_display_version: StringThe user visible version string (e.g. “1.0.3”).
channel: Option<String>The product-provided release channel (e.g. “beta”).
Implementations§
Trait Implementations§
source§impl Debug for ClientInfoMetrics
impl Debug for ClientInfoMetrics
source§impl From<ClientInfoMetrics> for ClientInfoMetrics
impl From<ClientInfoMetrics> for ClientInfoMetrics
source§fn from(metrics: ClientInfoMetrics) -> Self
fn from(metrics: ClientInfoMetrics) -> Self
Converts to this type from the input type.