Enum strava::clubs::ClubType [] [src]

pub enum ClubType {
    casual_club,
    racing_team,
    shop,
    company,
    other,
}

Types of clubs

Variants

Trait Implementations

impl Debug for ClubType
[src]

[src]

Formats the value using the given formatter.

impl Decodable for ClubType
[src]

[src]

Deserialize a value using a Decoder.