Struct google_dfareporting3::Flight[][src]

pub struct Flight {
    pub rate_or_cost: Option<String>,
    pub start_date: Option<String>,
    pub units: Option<String>,
    pub end_date: Option<String>,
}

Flight

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

Fields

Rate or cost of this flight.

Inventory item flight start date.

Units of this flight.

Inventory item flight end date.

Trait Implementations

impl Default for Flight
[src]

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

impl Clone for Flight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Flight
[src]

Formats the value using the given formatter. Read more

impl Part for Flight
[src]

Auto Trait Implementations

impl Send for Flight

impl Sync for Flight