Struct google_content2::ProductDestination[][src]

pub struct ProductDestination {
    pub intention: Option<String>,
    pub destination_name: Option<String>,
}

There is no detailed description.

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

Fields

Whether the destination is required, excluded or should be validated.

The name of the destination.

Trait Implementations

impl Default for ProductDestination
[src]

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

impl Clone for ProductDestination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductDestination
[src]

Formats the value using the given formatter. Read more

impl Part for ProductDestination
[src]

Auto Trait Implementations