Struct google_dfareporting2d1::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]

[src]

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

impl Clone for Flight
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Flight
[src]

[src]

Formats the value using the given formatter.

impl Part for Flight
[src]