Struct google_content2::ProductShippingDimension [] [src]

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

There is no detailed description.

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

Fields

The unit of value.

Acceptable values are:
- "cm" - "in"

The dimension of the product used to calculate the shipping cost of the item.

Trait Implementations

impl Debug for ProductShippingDimension
[src]

Formats the value using the given formatter.

impl Clone for ProductShippingDimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ProductShippingDimension
[src]

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

impl Part for ProductShippingDimension
[src]