pub enum HolidayRegion {
Show 69 variants
HolidayRegionUnspecified,
Global,
Na,
Japac,
Emea,
Lac,
Ae,
Ar,
At,
Au,
Be,
Br,
Ca,
Ch,
Cl,
Cn,
Co,
C,
Cz,
De,
Dk,
Dz,
Ec,
Ee,
Eg,
E,
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,
R,
Ru,
Sa,
Se,
Sg,
Si,
Sk,
Th,
Tr,
Tw,
Ua,
U,
Ve,
Vn,
Za,
}
Expand description
The geographical region based on which the holidays are considered in time series modeling. If a valid value is specified, then holiday effects modeling is enabled.
Variants§
HolidayRegionUnspecified
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
C
Czechoslovakia
Cz
Czech Republic
De
Germany
Dk
Denmark
Dz
Algeria
Ec
Ecuador
Ee
Estonia
Eg
Egypt
E
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
R
Serbia
Ru
Russian Federation
Sa
Saudi Arabia
Se
Sweden
Sg
Singapore
Si
Slovenia
Sk
Slovakia
Th
Thailand
Tr
Turkey
Tw
Taiwan
Ua
Ukraine
U
United States
Ve
Venezuela
Vn
Viet Nam
Za
South Africa
Trait Implementations§
Source§impl Clone for HolidayRegion
impl Clone for HolidayRegion
Source§fn clone(&self) -> HolidayRegion
fn clone(&self) -> HolidayRegion
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for HolidayRegion
impl Debug for HolidayRegion
Source§impl<'de> Deserialize<'de> for HolidayRegion
impl<'de> Deserialize<'de> for HolidayRegion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for HolidayRegion
impl RefUnwindSafe for HolidayRegion
impl Send for HolidayRegion
impl Sync for HolidayRegion
impl Unpin for HolidayRegion
impl UnwindSafe for HolidayRegion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request