Struct gtfs_structures::Stop [] [src]

pub struct Stop {
    pub id: String,
    pub stop_name: String,
    pub location_type: LocationType,
    pub parent_station: Option<String>,
}

Fields

Trait Implementations

impl Debug for Stop
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Stop

impl Sync for Stop