Enum strava::athletes::AthleteType [] [src]

pub enum AthleteType {
    Cycling,
    Running,
}

Types of athletes

Variants

Trait Implementations

impl Debug for AthleteType
[src]

[src]

Formats the value using the given formatter.

impl Decodable for AthleteType
[src]

[src]

Deserialize a value using a Decoder.