Struct gtfs_structures::Trip [] [src]

pub struct Trip {
    pub id: String,
    pub service_id: String,
    pub route_id: String,
}

Fields

Trait Implementations

impl Debug for Trip
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Trip

impl Sync for Trip