Struct google_qpxexpress1::TripsSearchResponse [] [src]

pub struct TripsSearchResponse {
    pub kind: Option<String>,
    pub trips: Option<TripOptionsResponse>,
}

A QPX Express search response.

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

Identifies this as a QPX Express API search response resource. Value: the fixed string qpxExpress#tripsSearch.

All possible solutions to the QPX Express search request.

Trait Implementations

impl Debug for TripsSearchResponse
[src]

Formats the value using the given formatter.

impl Clone for TripsSearchResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TripsSearchResponse
[src]

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

impl ResponseResult for TripsSearchResponse
[src]