Home
last modified time | relevance | path

Searched defs:MBTARowBorrowed (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/csv/benches/
Dbench.rs100 struct MBTARowBorrowed<'a> { struct
101 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,