Struct gtfs_server::models::api::stoptimes::StopTimes [−][src]
Fields
stop: String
time: Vec<TripTime>
Trait Implementations
impl Debug for StopTimes[src]
impl Debug for StopTimesfn 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 StopTimes[src]
impl Clone for StopTimes