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: 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”).

channel: Option<String>

The product-provided release channel (e.g. “beta”).

Implementations

Creates the client info with dummy values for all.

Trait Implementations

Formats the value using the given formatter. Read more
Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.