[][src]Struct google_dfareporting3d2::Flight

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: Option<String>

Rate or cost of this flight.

start_date: Option<String>

Inventory item flight start date.

units: Option<String>

Units of this flight.

end_date: Option<String>

Inventory item flight end date.

Trait Implementations

impl Part for Flight[src]

impl Default for Flight[src]

impl Clone for Flight[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Flight[src]

impl Serialize for Flight[src]

impl<'de> Deserialize<'de> for Flight[src]

Auto Trait Implementations

impl Send for Flight

impl Unpin for Flight

impl Sync for Flight

impl UnwindSafe for Flight

impl RefUnwindSafe for Flight

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]