Struct google_books1::Bookshelf [] [src]

pub struct Bookshelf {
    pub kind: Option<String>,
    pub description: Option<String>,
    pub title: Option<String>,
    pub volume_count: Option<i32>,
    pub created: Option<String>,
    pub updated: Option<String>,
    pub access: Option<String>,
    pub volumes_last_updated: Option<String>,
    pub id: Option<i32>,
    pub self_link: 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

Resource type for bookshelf metadata.

Description of this bookshelf.

Title of this bookshelf.

Number of volumes in this bookshelf.

Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).

Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).

Whether this bookshelf is PUBLIC or PRIVATE.

Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).

Id of this bookshelf, only unique by user.

URL to this resource.

Trait Implementations

impl Default for Bookshelf
[src]

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

impl Clone for Bookshelf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Bookshelf
[src]

Formats the value using the given formatter.

impl ResponseResult for Bookshelf
[src]