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

pub struct DisplayCallToAction {
    pub text: String,
    pub text_color: String,
    pub url_collection_id: String,
}

Data for display call to action. The call to action is a piece of the ad that prompts the user to do something. Like clicking a link or making a phone call.

Fields

text: String

Text for the display-call-to-action.

text_color: String

Text color for the display-call-to-action in hexadecimal, e.g. #ffffff for white.

url_collection_id: String

Identifies the url collection in the ad.url_collections field. If not set the url defaults to final_url.

Trait Implementations

impl Clone for DisplayCallToAction[src]

impl Debug for DisplayCallToAction[src]

impl Default for DisplayCallToAction[src]

impl Message for DisplayCallToAction[src]

impl PartialEq<DisplayCallToAction> for DisplayCallToAction[src]

impl StructuralPartialEq for DisplayCallToAction[src]

Auto Trait Implementations

impl RefUnwindSafe for DisplayCallToAction

impl Send for DisplayCallToAction

impl Sync for DisplayCallToAction

impl Unpin for DisplayCallToAction

impl UnwindSafe for DisplayCallToAction

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]