Struct strava::athletes::Totals [] [src]

pub struct Totals {
    pub count: i32,
    pub distance: i32,
    pub moving_time: i32,
    pub elapsed_time: i32,
    pub elevation_gain: i32,
}

Total statistics for an arbitrary time period

Fields

Trait Implementations

impl Debug for Totals
[src]

[src]

Formats the value using the given formatter.

impl Decodable for Totals
[src]

[src]

Deserialize a value using a Decoder.