Struct google_books1::BooksAnnotationsRange [] [src]

pub struct BooksAnnotationsRange {
    pub start_position: Option<String>,
    pub end_position: Option<String>,
    pub start_offset: Option<String>,
    pub end_offset: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The starting position for the range.

The ending position for the range.

The offset from the starting position.

The offset from the ending position.

Trait Implementations

impl Default for BooksAnnotationsRange
[src]

[src]

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

impl Clone for BooksAnnotationsRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BooksAnnotationsRange
[src]

[src]

Formats the value using the given formatter.

impl Part for BooksAnnotationsRange
[src]