Struct google_qpxexpress1::AirportData[][src]

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

An airport.

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

Fields

The city code an airport is located in. For example, for JFK airport, this is NYC.

Identifies this as an airport object. Value: the fixed string qpxexpress#airportData.

An airport's code. For example, for Boston Logan airport, this is BOS.

The name of an airport. For example, for airport BOS the name is "Boston Logan International".

Trait Implementations

impl Default for AirportData
[src]

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

impl Clone for AirportData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AirportData
[src]

Formats the value using the given formatter. Read more

impl Part for AirportData
[src]

Auto Trait Implementations

impl Send for AirportData

impl Sync for AirportData