Struct gtfs_server::models::time::Time [−][src]
pub struct Time { pub trip_id: String, pub arrival_time: String, pub departure_time: String, pub stop_id: String, pub stop_sequence: i32, pub pickup_type: PickUp, pub drop_off_type: DropOff, pub route_id: String, pub service_days: Vec<bool>, pub service_uid: String, pub start_date: NaiveDate, pub end_date: NaiveDate, pub feed_id: String, }
Fields
trip_id: String
arrival_time: String
departure_time: String
stop_id: String
stop_sequence: i32
pickup_type: PickUp
drop_off_type: DropOff
route_id: String
service_days: Vec<bool>
service_uid: String
start_date: NaiveDate
end_date: NaiveDate
feed_id: String