Struct google_books1::ReadingPosition [] [src]

pub struct ReadingPosition {
    pub pdf_position: Option<String>,
    pub kind: Option<String>,
    pub gb_image_position: Option<String>,
    pub gb_text_position: Option<String>,
    pub epub_cfi_position: Option<String>,
    pub updated: Option<String>,
    pub volume_id: 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

Position in a PDF file.

Resource type for a reading position.

Position in a volume for image-based content.

Position in a volume for text-based content.

Position in an EPUB as a CFI.

Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).

Volume id associated with this reading position.

Trait Implementations

impl Default for ReadingPosition
[src]

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

impl Clone for ReadingPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReadingPosition
[src]

Formats the value using the given formatter.

impl ResponseResult for ReadingPosition
[src]