Struct glean::ClientInfoMetrics[][src]

pub struct ClientInfoMetrics {
    pub app_build: String,
    pub app_display_version: String,
}
Expand description

Metrics included in every ping as client_info.

Fields

app_build: String

The build identifier generated by the CI system (e.g. “1234/A”).

app_display_version: String

The user visible version string (e.g. “1.0.3”).

Implementations

Creates the client info with dummy values for all.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.