Struct gapi_grpc::google::ads::googleads::v4::common::CustomParameter[][src]

pub struct CustomParameter {
    pub key: Option<String>,
    pub value: Option<String>,
}

A mapping that can be used by custom parameter tags in a tracking_url_template, final_urls, or mobile_final_urls.

Fields

key: Option<String>

The key matching the parameter tag name.

value: Option<String>

The value to be substituted.

Trait Implementations

impl Clone for CustomParameter[src]

impl Debug for CustomParameter[src]

impl Default for CustomParameter[src]

impl Message for CustomParameter[src]

impl PartialEq<CustomParameter> for CustomParameter[src]

impl StructuralPartialEq for CustomParameter[src]

Auto Trait Implementations

impl RefUnwindSafe for CustomParameter

impl Send for CustomParameter

impl Sync for CustomParameter

impl Unpin for CustomParameter

impl UnwindSafe for CustomParameter

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]