Struct gtfs_server::models::api::stoptimes::StopTimes[][src]

pub struct StopTimes {
    pub stop: String,
    pub time: Vec<TripTime>,
}

Fields

Trait Implementations

impl Debug for StopTimes
[src]

Formats the value using the given formatter. Read more

impl Clone for StopTimes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StopTimes

impl Sync for StopTimes