Struct google_books1::VolumeVolumeInfoDimensions[][src]

pub struct VolumeVolumeInfoDimensions {
    pub width: Option<String>,
    pub height: Option<String>,
    pub thickness: Option<String>,
}

Physical dimensions of this volume.

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

Fields

Width of this volume (in cm).

Height or length of this volume (in cm).

Thickness of this volume (in cm).

Trait Implementations

impl Default for VolumeVolumeInfoDimensions
[src]

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

impl Clone for VolumeVolumeInfoDimensions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeVolumeInfoDimensions
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeVolumeInfoDimensions
[src]

impl Part for VolumeVolumeInfoDimensions
[src]

Auto Trait Implementations