Struct gtfs_server::models::stop::StopTrip[][src]

pub struct StopTrip {
    pub stop: Stop,
    pub arrival_time: NaiveTime,
    pub departure_time: NaiveTime,
    pub stop_sequence: i32,
    pub drop_off: DropOff,
    pub pickup: PickUp,
}

Fields

Trait Implementations

impl Debug for StopTrip
[src]

Formats the value using the given formatter. Read more

impl Clone for StopTrip
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StopTrip

impl Sync for StopTrip