Struct google_books1::VolumeLayerInfo[][src]

pub struct VolumeLayerInfo {
    pub layers: Option<Vec<VolumeLayerInfoLayers>>,
}

What layers exist in this volume and high level information about them.

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

Fields

A layer should appear here if and only if the layer exists for this book.

Trait Implementations

impl Default for VolumeLayerInfo
[src]

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

impl Clone for VolumeLayerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeLayerInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeLayerInfo
[src]

impl Part for VolumeLayerInfo
[src]

Auto Trait Implementations