Struct gtfs_structures::Route[][src]

pub struct Route {
    pub id: String,
    pub short_name: String,
    pub long_name: String,
    pub route_type: RouteType,
}

Fields

Trait Implementations

impl Debug for Route
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Route

impl Sync for Route