Struct gtfs_server::models::api::stoptimes::TripTime [−][src]
Fields
trip: String
time: NaiveTime
next_stop: Option<String>
Trait Implementations
impl Debug for TripTime[src]
impl Debug for TripTimefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TripTime[src]
impl Clone for TripTime