Struct google_books1::VolumeLayerInfoLayers[][src]

pub struct VolumeLayerInfoLayers {
    pub volume_annotations_version: Option<String>,
    pub layer_id: Option<String>,
}

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

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

Fields

The current version of this layer's volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately.

The layer id of this layer (e.g. "geo").

Trait Implementations

impl Default for VolumeLayerInfoLayers
[src]

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

impl Clone for VolumeLayerInfoLayers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeLayerInfoLayers
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeLayerInfoLayers
[src]

impl Part for VolumeLayerInfoLayers
[src]

Auto Trait Implementations