Searched defs:MBTARowBorrowed (Results 1 – 1 of 1) sorted by relevance
100 struct MBTARowBorrowed<'a> { struct101 trip_id: &'a str,102 arrival_time: &'a str,103 departure_time: &'a str,104 stop_id: &'a str,105 stop_sequence: i32,106 stop_headsign: &'a str,107 pickup_type: i32,108 drop_off_type: i32,109 timepoint: i32,