Struct gtfs_structures::StopTime [] [src]

pub struct StopTime {
    pub trip_id: String,
    pub arrival_time: u16,
    pub departure_time: u16,
    pub stop_id: String,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for StopTime
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StopTime

impl Sync for StopTime