Struct gtfs_server::models::api::stoptime::StopTime[][src]

pub struct StopTime {
    pub stop: String,
    pub time: NaiveTime,
    pub trip: String,
}

Fields

Trait Implementations

impl Debug for StopTime
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StopTime

impl Sync for StopTime