Enum strava::clubs::SportType [] [src]

pub enum SportType {
    cycling,
    running,
    triathlon,
    other,
}

Types of sports

Variants

Trait Implementations

impl Debug for SportType
[src]

[src]

Formats the value using the given formatter.

impl Decodable for SportType
[src]

[src]

Deserialize a value using a Decoder.