Struct google_books1::VolumeSearchInfo[][src]

pub struct VolumeSearchInfo {
    pub text_snippet: Option<String>,
}

Search result information related to this volume.

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

Fields

A text snippet containing the search query.

Trait Implementations

impl Default for VolumeSearchInfo
[src]

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

impl Clone for VolumeSearchInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeSearchInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeSearchInfo
[src]

impl Part for VolumeSearchInfo
[src]

Auto Trait Implementations