Struct google_qpxexpress1::CarrierData[][src]

pub struct CarrierData {
    pub kind: Option<String>,
    pub code: Option<String>,
    pub name: Option<String>,
}

Information about a carrier (ie. an airline, bus line, railroad, etc) that might be useful to display to an end-user.

This type is not used in any activity, and only used as part of another schema.

Fields

Identifies this as a kind of carrier (ie. an airline, bus line, railroad, etc). Value: the fixed string qpxexpress#carrierData.

The IATA designator of a carrier (airline, etc). For example, for American Airlines, the code is AA.

The long, full name of a carrier. For example: American Airlines.

Trait Implementations

impl Default for CarrierData
[src]

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

impl Clone for CarrierData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CarrierData
[src]

Formats the value using the given formatter. Read more

impl Part for CarrierData
[src]

Auto Trait Implementations

impl Send for CarrierData

impl Sync for CarrierData