Struct google_books1::DiscoveryclustersClusters [] [src]

pub struct DiscoveryclustersClusters {
    pub total_volumes: Option<i32>,
    pub sub_title: Option<String>,
    pub uid: Option<String>,
    pub banner_with_content_container: Option<DiscoveryclustersClustersBannerWithContentContainer>,
    pub title: Option<String>,
    pub volumes: Option<Vec<Volume>>,
}

There is no detailed description.

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

no description provided

no description provided

Trait Implementations

impl Default for DiscoveryclustersClusters
[src]

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

impl Clone for DiscoveryclustersClusters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DiscoveryclustersClusters
[src]

Formats the value using the given formatter.

impl NestedType for DiscoveryclustersClusters
[src]

impl Part for DiscoveryclustersClusters
[src]