Struct google_qpxexpress1::TripsSearchRequest[][src]

pub struct TripsSearchRequest {
    pub request: Option<TripOptionsRequest>,
}

A QPX Express search request.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

A QPX Express search request. Required values are at least one adult or senior passenger, an origin, a destination, and a date.

Trait Implementations

impl Default for TripsSearchRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for TripsSearchRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TripsSearchRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for TripsSearchRequest
[src]

Auto Trait Implementations