Struct gapi_grpc::google::ads::googleads::v5::resources::CarrierConstant[][src]

pub struct CarrierConstant {
    pub resource_name: String,
    pub id: i64,
    pub name: String,
    pub country_code: String,
}

A carrier criterion that can be used in campaign targeting.

Fields

resource_name: String

Output only. The resource name of the carrier criterion. Carrier criterion resource names have the form:

carrierConstants/{criterion_id}

id: i64

Output only. The ID of the carrier criterion.

name: String

Output only. The full name of the carrier in English.

country_code: String

Output only. The country code of the country where the carrier is located, e.g., “AR”, “FR”, etc.

Trait Implementations

impl Clone for CarrierConstant[src]

impl Debug for CarrierConstant[src]

impl Default for CarrierConstant[src]

impl Message for CarrierConstant[src]

impl PartialEq<CarrierConstant> for CarrierConstant[src]

impl StructuralPartialEq for CarrierConstant[src]

Auto Trait Implementations

impl RefUnwindSafe for CarrierConstant

impl Send for CarrierConstant

impl Sync for CarrierConstant

impl Unpin for CarrierConstant

impl UnwindSafe for CarrierConstant

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]