Struct google_books1::Volume2 [] [src]

pub struct Volume2 {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<Volume>>,
    pub kind: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

no description provided

A list of volumes.

Resource type.

Trait Implementations

impl Default for Volume2
[src]

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

impl Clone for Volume2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Volume2
[src]

Formats the value using the given formatter.

impl ResponseResult for Volume2
[src]