Struct google_books1::Volumeseriesinfo [] [src]

pub struct Volumeseriesinfo {
    pub book_display_number: Option<String>,
    pub kind: Option<String>,
    pub short_series_book_title: Option<String>,
    pub volume_series: Option<Vec<VolumeseriesinfoVolumeSeries>>,
}

There is no detailed description.

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

Fields

The display number string. This should be used only for display purposes and the actual sequence should be inferred from the below orderNumber.

Resource type.

Short book title in the context of the series.

no description provided

Trait Implementations

impl Default for Volumeseriesinfo
[src]

[src]

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

impl Clone for Volumeseriesinfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Volumeseriesinfo
[src]

[src]

Formats the value using the given formatter.

impl Part for Volumeseriesinfo
[src]