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

pub struct TripTime {
    pub trip: String,
    pub time: NaiveTime,
    pub next_stop: Option<String>,
}

Fields

Trait Implementations

impl Debug for TripTime
[src]

Formats the value using the given formatter. Read more

impl Clone for TripTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TripTime

impl Sync for TripTime