Struct gtfs_server::models::stop::Stop[][src]

pub struct Stop {
    pub uid: String,
    pub name: String,
    pub lat: f64,
    pub lng: f64,
    pub location_type: i32,
    pub parent_station: Option<String>,
    // some fields omitted
}

Fields

Methods

impl Stop
[src]

Trait Implementations

impl Debug for Stop
[src]

Formats the value using the given formatter. Read more

impl Clone for Stop
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Stop

impl Sync for Stop