Struct gapi_grpc::google::ads::googleads::v5::common::AddressInfo[][src]

pub struct AddressInfo {
    pub postal_code: String,
    pub province_code: String,
    pub country_code: String,
    pub province_name: String,
    pub street_address: String,
    pub street_address2: String,
    pub city_name: String,
}

Address for proximity criterion.

Fields

postal_code: String

Postal code.

province_code: String

Province or state code.

country_code: String

Country code.

province_name: String

Province or state name.

street_address: String

Street address line 1.

street_address2: String

Street address line 2. This field is write-only. It is only used for calculating the longitude and latitude of an address when geo_point is empty.

city_name: String

Name of the city.

Trait Implementations

impl Clone for AddressInfo[src]

impl Debug for AddressInfo[src]

impl Default for AddressInfo[src]

impl Message for AddressInfo[src]

impl PartialEq<AddressInfo> for AddressInfo[src]

impl StructuralPartialEq for AddressInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for AddressInfo

impl Send for AddressInfo

impl Sync for AddressInfo

impl Unpin for AddressInfo

impl UnwindSafe for AddressInfo

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]