Struct google_books1::SeriesSeries [] [src]

pub struct SeriesSeries {
    pub series_id: Option<String>,
    pub banner_image_url: Option<String>,
    pub image_url: Option<String>,
    pub series_type: Option<String>,
    pub title: Option<String>,
}

There is no detailed description.

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 SeriesSeries
[src]

[src]

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

impl Clone for SeriesSeries
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SeriesSeries
[src]

[src]

Formats the value using the given formatter.

impl NestedType for SeriesSeries
[src]

impl Part for SeriesSeries
[src]