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