Enum transitfeed::BikesAllowed [] [src]

pub enum BikesAllowed {
    NoInformation,
    SomeBikes,
    NoBikes,
}

Bikes Allowed

Variants

NoInformationSomeBikesNoBikes