Struct google_manufacturers1::Capacity[][src]

pub struct Capacity {
    pub value: Option<String>,
    pub unit: Option<String>,
}

The capacity of a product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.

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

Fields

The numeric value of the capacity.

The unit of the capacity, i.e., MB, GB, or TB.

Trait Implementations

impl Default for Capacity
[src]

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

impl Clone for Capacity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Capacity
[src]

Formats the value using the given formatter. Read more

impl Part for Capacity
[src]

Auto Trait Implementations

impl Send for Capacity

impl Sync for Capacity