Struct gapi_grpc::google::ads::googleads::v7::services::ExternalAttributionData[][src]

pub struct ExternalAttributionData {
    pub external_attribution_credit: f64,
    pub external_attribution_model: String,
}

Contains additional information about externally attributed conversions.

Fields

external_attribution_credit: f64

Represents the fraction of the conversion that is attributed to the Google Ads click.

external_attribution_model: String

Specifies the attribution model name.

Trait Implementations

impl Clone for ExternalAttributionData[src]

impl Debug for ExternalAttributionData[src]

impl Default for ExternalAttributionData[src]

impl Message for ExternalAttributionData[src]

impl PartialEq<ExternalAttributionData> for ExternalAttributionData[src]

impl StructuralPartialEq for ExternalAttributionData[src]

Auto Trait Implementations

impl RefUnwindSafe for ExternalAttributionData

impl Send for ExternalAttributionData

impl Sync for ExternalAttributionData

impl Unpin for ExternalAttributionData

impl UnwindSafe for ExternalAttributionData

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]