[][src]Struct google_partners2::OptIns

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

special_offers: Option<bool>

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

market_comm: Option<bool>

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

phone_contact: Option<bool>

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

physical_mail: Option<bool>

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

performance_suggestions: Option<bool>

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

Trait Implementations

impl Part for OptIns[src]

impl Default for OptIns[src]

impl Clone for OptIns[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for OptIns[src]

impl Serialize for OptIns[src]

impl<'de> Deserialize<'de> for OptIns[src]

Auto Trait Implementations

impl Send for OptIns

impl Unpin for OptIns

impl Sync for OptIns

impl UnwindSafe for OptIns

impl RefUnwindSafe for OptIns

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]