Struct google_books1::Annotations [] [src]

pub struct Annotations {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<Annotation>>,
    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 annotations.

Resource type.

Total number of annotations found. This may be greater than the number of notes returned in this response if results have been paginated.

Trait Implementations

impl Default for Annotations
[src]

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

impl Clone for Annotations
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Annotations
[src]

Formats the value using the given formatter.

impl ResponseResult for Annotations
[src]