Struct google_books1::Annotationsdata[][src]

pub struct Annotationsdata {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<Annotationdata>>,
    pub kind: Option<String>,
    pub total_items: Option<i32>,
}

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

Token to pass in for pagination for the next page. This will not be present if this request does not have more results.

A list of Annotation Data.

Resource type

The total number of volume annotations found.

Trait Implementations

impl Default for Annotationsdata
[src]

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

impl Clone for Annotationsdata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Annotationsdata
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Annotationsdata
[src]

Auto Trait Implementations