Struct google_books1::OffersItems [] [src]

pub struct OffersItems {
    pub gservices_key: Option<String>,
    pub items: Option<Vec<OffersItemsItems>>,
    pub art_url: Option<String>,
    pub id: Option<String>,
}

A list of offers.

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

Fields

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for OffersItems
[src]

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

impl Clone for OffersItems
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OffersItems
[src]

Formats the value using the given formatter.

impl NestedType for OffersItems
[src]

impl Part for OffersItems
[src]