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
unit: Option<String>
The unit of value.
Acceptable values are:
- "cm"
- "in"
value: Option<f64>
The dimension of the product used to calculate the shipping cost of the item.
Trait Implementations
impl Debug for ProductShippingDimension[src]
impl Clone for ProductShippingDimension[src]
fn clone(&self) -> ProductShippingDimension
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ProductShippingDimension[src]
fn default() -> ProductShippingDimension
Returns the "default value" for a type. Read more