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: 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”).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientInfoMetrics
impl RefUnwindSafe for ClientInfoMetrics
impl Send for ClientInfoMetrics
impl Sync for ClientInfoMetrics
impl Unpin for ClientInfoMetrics
impl UnwindSafe for ClientInfoMetrics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more