Struct google_books1::VolumeVolumeInfoIndustryIdentifiers [] [src]

pub struct VolumeVolumeInfoIndustryIdentifiers {
    pub identifier: Option<String>,
    pub type_: Option<String>,
}

Industry standard identifiers for this volume.

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

Fields

Industry specific volume identifier.

Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.

Trait Implementations

impl Default for VolumeVolumeInfoIndustryIdentifiers
[src]

[src]

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

impl Clone for VolumeVolumeInfoIndustryIdentifiers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VolumeVolumeInfoIndustryIdentifiers
[src]

[src]

Formats the value using the given formatter.

impl NestedType for VolumeVolumeInfoIndustryIdentifiers
[src]

impl Part for VolumeVolumeInfoIndustryIdentifiers
[src]