Struct google_books1::VolumeVolumeInfo [] [src]

pub struct VolumeVolumeInfo {
    pub subtitle: Option<String>,
    pub series_info: Option<Volumeseriesinfo>,
    pub page_count: Option<i32>,
    pub image_links: Option<VolumeVolumeInfoImageLinks>,
    pub ratings_count: Option<i32>,
    pub main_category: Option<String>,
    pub panelization_summary: Option<VolumeVolumeInfoPanelizationSummary>,
    pub authors: Option<Vec<String>>,
    pub categories: Option<Vec<String>>,
    pub description: Option<String>,
    pub publisher: Option<String>,
    pub dimensions: Option<VolumeVolumeInfoDimensions>,
    pub language: Option<String>,
    pub preview_link: Option<String>,
    pub maturity_rating: Option<String>,
    pub info_link: Option<String>,
    pub published_date: Option<String>,
    pub print_type: Option<String>,
    pub sample_page_count: Option<i32>,
    pub reading_modes: Option<String>,
    pub content_version: Option<String>,
    pub printed_page_count: Option<i32>,
    pub industry_identifiers: Option<Vec<VolumeVolumeInfoIndustryIdentifiers>>,
    pub title: Option<String>,
    pub average_rating: Option<f64>,
    pub allow_anon_logging: Option<bool>,
    pub canonical_volume_link: Option<String>,
}

General volume information.

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

Fields

Volume subtitle. (In LITE projection.)

no description provided

Total number of pages as per publisher metadata.

A list of image links for all the sizes that are available. (In LITE projection.)

The number of review ratings for this volume.

The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.

A top-level summary of the panelization info in this volume.

The names of the authors and/or editors for this volume. (In LITE projection)

A list of subject categories, such as "Fiction", "Suspense", etc.

A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)

Publisher of this volume. (In LITE projection.)

Physical dimensions of this volume.

Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.

URL to preview this volume on the Google Books site.

no description provided

URL to view information about this volume on the Google Books site. (In LITE projection)

Date of publication. (In LITE projection.)

Type of publication of this volume. Possible values are BOOK or MAGAZINE.

Total number of sample pages as per publisher metadata.

The reading modes available for this volume.

An identifier for the version of the volume content (text & images). (In LITE projection)

Total number of printed pages in generated pdf representation.

Industry standard identifiers for this volume.

Volume title. (In LITE projection.)

The mean review rating for this volume. (min = 1.0, max = 5.0)

Whether anonymous logging should be allowed.

Canonical URL for a volume. (In LITE projection.)

Trait Implementations

impl Default for VolumeVolumeInfo
[src]

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

impl Clone for VolumeVolumeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeVolumeInfo
[src]

Formats the value using the given formatter.

impl NestedType for VolumeVolumeInfo
[src]

impl Part for VolumeVolumeInfo
[src]