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 TripTime
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 TripTime
[src]
impl Clone for TripTime