Struct google_books1::VolumeVolumeInfoImageLinks[][src]

pub struct VolumeVolumeInfoImageLinks {
    pub large: Option<String>,
    pub extra_large: Option<String>,
    pub medium: Option<String>,
    pub small_thumbnail: Option<String>,
    pub small: Option<String>,
    pub thumbnail: Option<String>,
}

A list of image links for all the sizes that are available. (In LITE projection.)

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

Fields

Image link for large size (width of ~800 pixels). (In LITE projection)

Image link for extra large size (width of ~1280 pixels). (In LITE projection)

Image link for medium size (width of ~575 pixels). (In LITE projection)

Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)

Image link for small size (width of ~300 pixels). (In LITE projection)

Image link for thumbnail size (width of ~128 pixels). (In LITE projection)

Trait Implementations

impl Default for VolumeVolumeInfoImageLinks
[src]

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

impl Clone for VolumeVolumeInfoImageLinks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeVolumeInfoImageLinks
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeVolumeInfoImageLinks
[src]

impl Part for VolumeVolumeInfoImageLinks
[src]

Auto Trait Implementations