Struct space_rx::v2_api::models::common::Volume[][src]

pub struct Volume {
    pub cubic_feet: u16,
    pub cubic_meters: u16,
}

Fields

Trait Implementations

impl Debug for Volume
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Volume

impl Sync for Volume