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]

[src]

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

impl Clone for VolumeSearchInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VolumeSearchInfo
[src]

[src]

Formats the value using the given formatter.

impl NestedType for VolumeSearchInfo
[src]

impl Part for VolumeSearchInfo
[src]