Struct google_books1::MetadataItems [] [src]

pub struct MetadataItems {
    pub encrypted_key: Option<String>,
    pub version: Option<String>,
    pub download_url: Option<String>,
    pub language: Option<String>,
    pub size: Option<String>,
}

A list of offline dictionary metadata.

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

Fields

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for MetadataItems
[src]

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

impl Clone for MetadataItems
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MetadataItems
[src]

Formats the value using the given formatter.

impl NestedType for MetadataItems
[src]

impl Part for MetadataItems
[src]