Enum gapi_grpc::google::cloud::bigquery::v2::model::HolidayRegion[][src]

#[repr(i32)]pub enum HolidayRegion {
    Unspecified,
    Global,
    Na,
    Japac,
    Emea,
    Lac,
    Ae,
    Ar,
    At,
    Au,
    Be,
    Br,
    Ca,
    Ch,
    Cl,
    Cn,
    Co,
    Cs,
    Cz,
    De,
    Dk,
    Dz,
    Ec,
    Ee,
    Eg,
    Es,
    Fi,
    Fr,
    Gb,
    Gr,
    Hk,
    Hu,
    Id,
    Ie,
    Il,
    In,
    Ir,
    It,
    Jp,
    Kr,
    Lv,
    Ma,
    Mx,
    My,
    Ng,
    Nl,
    No,
    Nz,
    Pe,
    Ph,
    Pk,
    Pl,
    Pt,
    Ro,
    Rs,
    Ru,
    Sa,
    Se,
    Sg,
    Si,
    Sk,
    Th,
    Tr,
    Tw,
    Ua,
    Us,
    Ve,
    Vn,
    Za,
}

Type of supported holiday regions for time series forecasting models.

Variants

Unspecified

Holiday region unspecified.

Global

Global.

Na

North America.

Japac

Japan and Asia Pacific: Korea, Greater China, India, Australia, and New Zealand.

Emea

Europe, the Middle East and Africa.

Lac

Latin America and the Caribbean.

Ae

United Arab Emirates

Ar

Argentina

At

Austria

Au

Australia

Be

Belgium

Br

Brazil

Ca

Canada

Ch

Switzerland

Cl

Chile

Cn

China

Co

Colombia

Cs

Czechoslovakia

Cz

Czech Republic

De

Germany

Dk

Denmark

Dz

Algeria

Ec

Ecuador

Ee

Estonia

Eg

Egypt

Es

Spain

Fi

Finland

Fr

France

Gb

Great Britain (United Kingdom)

Gr

Greece

Hk

Hong Kong

Hu

Hungary

Id

Indonesia

Ie

Ireland

Il

Israel

In

India

Ir

Iran

It

Italy

Jp

Japan

Kr

Korea (South)

Lv

Latvia

Ma

Morocco

Mx

Mexico

My

Malaysia

Ng

Nigeria

Nl

Netherlands

No

Norway

Nz

New Zealand

Pe

Peru

Ph

Philippines

Pk

Pakistan

Pl

Poland

Pt

Portugal

Ro

Romania

Rs

Serbia

Ru

Russian Federation

Sa

Saudi Arabia

Se

Sweden

Sg

Singapore

Si

Slovenia

Sk

Slovakia

Th

Thailand

Tr

Turkey

Tw

Taiwan

Ua

Ukraine

Us

United States

Ve

Venezuela

Vn

Viet Nam

Za

South Africa

Implementations

impl HolidayRegion[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of HolidayRegion.

pub fn from_i32(value: i32) -> Option<HolidayRegion>[src]

Converts an i32 to a HolidayRegion, or None if value is not a valid variant.

Trait Implementations

impl Clone for HolidayRegion[src]

impl Copy for HolidayRegion[src]

impl Debug for HolidayRegion[src]

impl Default for HolidayRegion[src]

impl Eq for HolidayRegion[src]

impl From<HolidayRegion> for i32[src]

impl Hash for HolidayRegion[src]

impl Ord for HolidayRegion[src]

impl PartialEq<HolidayRegion> for HolidayRegion[src]

impl PartialOrd<HolidayRegion> for HolidayRegion[src]

impl StructuralEq for HolidayRegion[src]

impl StructuralPartialEq for HolidayRegion[src]

Auto Trait Implementations

impl RefUnwindSafe for HolidayRegion

impl Send for HolidayRegion

impl Sync for HolidayRegion

impl Unpin for HolidayRegion

impl UnwindSafe for HolidayRegion

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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]