Struct google_manufacturers1::Count[][src]

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

The number of products in a single package. For more information, see https://support.google.com/manufacturers/answer/6124116#count.

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

Fields

The numeric value of the number of products in a package.

The unit in which these products are counted.

Trait Implementations

impl Default for Count
[src]

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

impl Clone for Count
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Count
[src]

Formats the value using the given formatter. Read more

impl Part for Count
[src]

Auto Trait Implementations

impl Send for Count

impl Sync for Count