Struct google_books1::VolumeAccessInfoEpub [] [src]

pub struct VolumeAccessInfoEpub {
    pub is_available: Option<bool>,
    pub download_link: Option<String>,
    pub acs_token_link: Option<String>,
}

Information about epub content. (In LITE projection.)

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

Fields

Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)

URL to download epub. (In LITE projection.)

URL to retrieve ACS token for epub download. (In LITE projection.)

Trait Implementations

impl Default for VolumeAccessInfoEpub
[src]

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

impl Clone for VolumeAccessInfoEpub
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeAccessInfoEpub
[src]

Formats the value using the given formatter.

impl NestedType for VolumeAccessInfoEpub
[src]

impl Part for VolumeAccessInfoEpub
[src]