Struct gtfs_server::models::stop::StopTrip [−][src]
pub struct StopTrip { pub stop: Stop, pub arrival_time: NaiveTime, pub departure_time: NaiveTime, pub stop_sequence: i32, pub drop_off: DropOff, pub pickup: PickUp, }
Fields
stop: Stop
arrival_time: NaiveTime
departure_time: NaiveTime
stop_sequence: i32
drop_off: DropOff
pickup: PickUp
Trait Implementations
impl Debug for StopTrip
[src]
impl Debug for StopTrip
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for StopTrip
[src]
impl Clone for StopTrip