Struct gtfs_structures::Trip[][src]

pub struct Trip {
    pub id: String,
    pub service_id: String,
    pub route_id: String,
    pub stop_times: Vec<StopTime>,
    pub shape_id: Option<String>,
    pub trip_headsign: Option<String>,
    pub trip_short_name: Option<String>,
    pub direction_id: Option<DirectionType>,
    pub block_id: Option<String>,
    pub wheelchair_accessible: Option<WheelChairAccessibleType>,
    pub bikes_allowed: Option<BikesAllowedType>,
}

Fields

id: Stringservice_id: Stringroute_id: Stringstop_times: Vec<StopTime>shape_id: Option<String>trip_headsign: Option<String>trip_short_name: Option<String>direction_id: Option<DirectionType>block_id: Option<String>wheelchair_accessible: Option<WheelChairAccessibleType>bikes_allowed: Option<BikesAllowedType>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.