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

pub struct GmailTeaser {
    pub headline: String,
    pub description: String,
    pub business_name: String,
    pub logo_image: String,
}

Gmail teaser data. The teaser is a small header that acts as an invitation to view the rest of the ad (the body).

Fields

headline: String

Headline of the teaser.

description: String

Description of the teaser.

business_name: String

Business name of the advertiser.

logo_image: String

The MediaFile resource name of the logo image. Valid image types are GIF, JPEG and PNG. The minimum size is 144x144 pixels and the aspect ratio must be 1:1 (+-1%).

Trait Implementations

impl Clone for GmailTeaser[src]

impl Debug for GmailTeaser[src]

impl Default for GmailTeaser[src]

impl Message for GmailTeaser[src]

impl PartialEq<GmailTeaser> for GmailTeaser[src]

impl StructuralPartialEq for GmailTeaser[src]

Auto Trait Implementations

impl RefUnwindSafe for GmailTeaser

impl Send for GmailTeaser

impl Sync for GmailTeaser

impl Unpin for GmailTeaser

impl UnwindSafe for GmailTeaser

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]