Struct strava::clubs::Club [] [src]

pub struct Club { /* fields omitted */ }

Clubs represent groups of athletes on Strava.

They can be public or private. Only members of private clubs can access their details. The object is returned in summary or detailed representations.

See: http://strava.github.io/api/v3/clubs/

Methods

impl Club
[src]

[src]

Get an Gear by id (the only option)

Trait Implementations

impl Debug for Club
[src]

[src]

Formats the value using the given formatter.

impl Decodable for Club
[src]

[src]

Deserialize a value using a Decoder.