Struct google_books1::VolumeRecommendedInfo[][src]

pub struct VolumeRecommendedInfo {
    pub explanation: Option<String>,
}

Recommendation related information for this volume.

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

Fields

A text explaining why this volume is recommended.

Trait Implementations

impl Default for VolumeRecommendedInfo
[src]

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

impl Clone for VolumeRecommendedInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeRecommendedInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeRecommendedInfo
[src]

impl Part for VolumeRecommendedInfo
[src]

Auto Trait Implementations