Struct gapi_grpc::google::ads::googleads::v6::common::LegacyAppInstallAdInfo[][src]

pub struct LegacyAppInstallAdInfo {
    pub app_id: String,
    pub app_store: i32,
    pub headline: String,
    pub description1: String,
    pub description2: String,
}

A legacy app install ad that only can be used by a few select customers.

Fields

app_id: String

The id of the mobile app.

app_store: i32

The app store the mobile app is available in.

headline: String

The headline of the ad.

description1: String

The first description line of the ad.

description2: String

The second description line of the ad.

Implementations

impl LegacyAppInstallAdInfo[src]

pub fn app_store(&self) -> LegacyAppInstallAdAppStore[src]

Returns the enum value of app_store, or the default if the field is set to an invalid enum value.

pub fn set_app_store(&mut self, value: LegacyAppInstallAdAppStore)[src]

Sets app_store to the provided enum value.

Trait Implementations

impl Clone for LegacyAppInstallAdInfo[src]

impl Debug for LegacyAppInstallAdInfo[src]

impl Default for LegacyAppInstallAdInfo[src]

impl Message for LegacyAppInstallAdInfo[src]

impl PartialEq<LegacyAppInstallAdInfo> for LegacyAppInstallAdInfo[src]

impl StructuralPartialEq for LegacyAppInstallAdInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for LegacyAppInstallAdInfo

impl Send for LegacyAppInstallAdInfo

impl Sync for LegacyAppInstallAdInfo

impl Unpin for LegacyAppInstallAdInfo

impl UnwindSafe for LegacyAppInstallAdInfo

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]