Struct google_partners2::OptIns [] [src]

pub struct OptIns {
    pub special_offers: Option<bool>,
    pub market_comm: Option<bool>,
    pub phone_contact: Option<bool>,
    pub physical_mail: Option<bool>,
    pub performance_suggestions: Option<bool>,
}

A set of opt-ins for a user.

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

Fields

An opt-in about receiving email regarding new features and products.

An opt-in about receiving email from Partners marketing teams. Includes member-only events and special promotional offers for Google products.

An opt-in to allow recieivng phone calls about their Partners account.

An opt-in to receive special promotional gifts and material in the mail.

An opt-in about receiving email with customized AdWords campaign management tips.

Trait Implementations

impl Default for OptIns
[src]

[src]

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

impl Clone for OptIns
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OptIns
[src]

[src]

Formats the value using the given formatter.

impl Part for OptIns
[src]