Enum strava::gear::FrameType [] [src]

pub enum FrameType {
    MTB,
    Cross,
    Road,
    TimeTrial,
}

Frame type for bikes

Variants

Trait Implementations

impl Debug for FrameType
[src]

[src]

Formats the value using the given formatter.

impl Decodable for FrameType
[src]

[src]

Deserialize a value using a Decoder.