Struct strava::athletes::Stats [] [src]

pub struct Stats {
    pub biggest_ride_distance: f32,
    pub biggest_climb_elevation_gain: f32,
    pub recent_ride_totals: RecentTotals,
    pub recent_run_totals: RecentTotals,
    pub ytd_ride_totals: Totals,
    pub ytd_run_totals: Totals,
    pub all_ride_totals: Totals,
    pub all_run_totals: Totals,
}

Statistics for an athlete

This data is only retrieveable for the currently authenticated athlete. Values are in seconds and meters.

http://strava.github.io/api/v3/athlete/#stats

Fields

Trait Implementations

impl Debug for Stats
[src]

[src]

Formats the value using the given formatter.

impl Decodable for Stats
[src]

[src]

Deserialize a value using a Decoder.