Struct google_books1::AnnotationCurrentVersionRanges [] [src]

pub struct AnnotationCurrentVersionRanges {
    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 for the most recent content version.

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 for version above.

Range in GB text format for this annotation for version above.

Content version applicable to ranges below.

Range in CFI format for this annotation for version above.

Range in GB image format for this annotation for version above.

Trait Implementations

impl Default for AnnotationCurrentVersionRanges
[src]

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

impl Clone for AnnotationCurrentVersionRanges
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnnotationCurrentVersionRanges
[src]

Formats the value using the given formatter.

impl NestedType for AnnotationCurrentVersionRanges
[src]

impl Part for AnnotationCurrentVersionRanges
[src]