Struct google_content2::ProductShippingWeight[][src]

pub struct ProductShippingWeight {
    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.

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

Trait Implementations

impl Default for ProductShippingWeight
[src]

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

impl Clone for ProductShippingWeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductShippingWeight
[src]

Formats the value using the given formatter. Read more

impl Part for ProductShippingWeight
[src]

Auto Trait Implementations