Struct gapi_grpc::google::ads::admob::v1::LocalizationSettings[][src]

pub struct LocalizationSettings {
    pub currency_code: String,
    pub language_code: String,
}

Localization settings for reports, such as currency and language. It affects how metrics are calculated.

Fields

currency_code: String

Currency code of the earning related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion. Defaults to the account currency code if unspecified.

language_code: String

Language used for any localized text, such as some dimension value display labels. The language tag defined in the IETF BCP47. Defaults to ‘en-US’ if unspecified.

Trait Implementations

impl Clone for LocalizationSettings[src]

impl Debug for LocalizationSettings[src]

impl Default for LocalizationSettings[src]

impl Message for LocalizationSettings[src]

impl PartialEq<LocalizationSettings> for LocalizationSettings[src]

impl StructuralPartialEq for LocalizationSettings[src]

Auto Trait Implementations

impl RefUnwindSafe for LocalizationSettings

impl Send for LocalizationSettings

impl Sync for LocalizationSettings

impl Unpin for LocalizationSettings

impl UnwindSafe for LocalizationSettings

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]