Struct google_books1::AnnotationClientVersionRanges [] [src]

pub struct AnnotationClientVersionRanges {
    pub image_cfi_range: Option<BooksAnnotationsRange>,
    pub gb_text_range: Option<BooksAnnotationsRange>,
    pub content_version: Option<String>,
    pub cfi_range: Option<BooksAnnotationsRange>,
    pub gb_image_range: Option<BooksAnnotationsRange>,
}

Selection ranges sent from the client.

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

Fields

Range in image CFI format for this annotation sent by client.

Range in GB text format for this annotation sent by client.

Content version the client sent in.

Range in CFI format for this annotation sent by client.

Range in GB image format for this annotation sent by client.

Trait Implementations

impl Default for AnnotationClientVersionRanges
[src]

[src]

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

impl Clone for AnnotationClientVersionRanges
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnnotationClientVersionRanges
[src]

[src]

Formats the value using the given formatter.

impl NestedType for AnnotationClientVersionRanges
[src]

impl Part for AnnotationClientVersionRanges
[src]