Struct google_manufacturers1::FeatureDescription[][src]

pub struct FeatureDescription {
    pub headline: Option<String>,
    pub text: Option<String>,
    pub image: Option<Image>,
}

A feature description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.

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

Fields

A short description of the feature.

A detailed description of the feature.

An optional image describing the feature.

Trait Implementations

impl Default for FeatureDescription
[src]

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

impl Clone for FeatureDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FeatureDescription
[src]

Formats the value using the given formatter. Read more

impl Part for FeatureDescription
[src]

Auto Trait Implementations