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

pub struct ClickLocation {
    pub city: Option<String>,
    pub country: Option<String>,
    pub metro: Option<String>,
    pub most_specific: Option<String>,
    pub region: Option<String>,
}

Location criteria associated with a click.

Fields

city: Option<String>

The city location criterion associated with the impression.

country: Option<String>

The country location criterion associated with the impression.

metro: Option<String>

The metro location criterion associated with the impression.

most_specific: Option<String>

The most specific location criterion associated with the impression.

region: Option<String>

The region location criterion associated with the impression.

Trait Implementations

impl Clone for ClickLocation[src]

impl Debug for ClickLocation[src]

impl Default for ClickLocation[src]

impl Message for ClickLocation[src]

impl PartialEq<ClickLocation> for ClickLocation[src]

impl StructuralPartialEq for ClickLocation[src]

Auto Trait Implementations

impl RefUnwindSafe for ClickLocation

impl Send for ClickLocation

impl Sync for ClickLocation

impl Unpin for ClickLocation

impl UnwindSafe for ClickLocation

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]