Enum stripe::generated::checkout::checkout_session::CreateCheckoutSessionShippingAddressCollectionAllowedCountries
source · pub enum CreateCheckoutSessionShippingAddressCollectionAllowedCountries {
Show 237 variants
Ac,
Ad,
Ae,
Af,
Ag,
Ai,
Al,
Am,
Ao,
Aq,
Ar,
At,
Au,
Aw,
Ax,
Az,
Ba,
Bb,
Bd,
Be,
Bf,
Bg,
Bh,
Bi,
Bj,
Bl,
Bm,
Bn,
Bo,
Bq,
Br,
Bs,
Bt,
Bv,
Bw,
By,
Bz,
Ca,
Cd,
Cf,
Cg,
Ch,
Ci,
Ck,
Cl,
Cm,
Cn,
Co,
Cr,
Cv,
Cw,
Cy,
Cz,
De,
Dj,
Dk,
Dm,
Do,
Dz,
Ec,
Ee,
Eg,
Eh,
Er,
Es,
Et,
Fi,
Fj,
Fk,
Fo,
Fr,
Ga,
Gb,
Gd,
Ge,
Gf,
Gg,
Gh,
Gi,
Gl,
Gm,
Gn,
Gp,
Gq,
Gr,
Gs,
Gt,
Gu,
Gw,
Gy,
Hk,
Hn,
Hr,
Ht,
Hu,
Id,
Ie,
Il,
Im,
In,
Io,
Iq,
Is,
It,
Je,
Jm,
Jo,
Jp,
Ke,
Kg,
Kh,
Ki,
Km,
Kn,
Kr,
Kw,
Ky,
Kz,
La,
Lb,
Lc,
Li,
Lk,
Lr,
Ls,
Lt,
Lu,
Lv,
Ly,
Ma,
Mc,
Md,
Me,
Mf,
Mg,
Mk,
Ml,
Mm,
Mn,
Mo,
Mq,
Mr,
Ms,
Mt,
Mu,
Mv,
Mw,
Mx,
My,
Mz,
Na,
Nc,
Ne,
Ng,
Ni,
Nl,
No,
Np,
Nr,
Nu,
Nz,
Om,
Pa,
Pe,
Pf,
Pg,
Ph,
Pk,
Pl,
Pm,
Pn,
Pr,
Ps,
Pt,
Py,
Qa,
Re,
Ro,
Rs,
Ru,
Rw,
Sa,
Sb,
Sc,
Se,
Sg,
Sh,
Si,
Sj,
Sk,
Sl,
Sm,
Sn,
So,
Sr,
Ss,
St,
Sv,
Sx,
Sz,
Ta,
Tc,
Td,
Tf,
Tg,
Th,
Tj,
Tk,
Tl,
Tm,
Tn,
To,
Tr,
Tt,
Tv,
Tw,
Tz,
Ua,
Ug,
Us,
Uy,
Uz,
Va,
Vc,
Ve,
Vg,
Vn,
Vu,
Wf,
Ws,
Xk,
Ye,
Yt,
Za,
Zm,
Zw,
Zz,
}Expand description
An enum representing the possible values of an CreateCheckoutSessionShippingAddressCollection’s allowed_countries field.
Variants§
Ac
Ad
Ae
Af
Ag
Ai
Al
Am
Ao
Aq
Ar
At
Au
Aw
Ax
Az
Ba
Bb
Bd
Be
Bf
Bg
Bh
Bi
Bj
Bl
Bm
Bn
Bo
Bq
Br
Bs
Bt
Bv
Bw
By
Bz
Ca
Cd
Cf
Cg
Ch
Ci
Ck
Cl
Cm
Cn
Co
Cr
Cv
Cw
Cy
Cz
De
Dj
Dk
Dm
Do
Dz
Ec
Ee
Eg
Eh
Er
Es
Et
Fi
Fj
Fk
Fo
Fr
Ga
Gb
Gd
Ge
Gf
Gg
Gh
Gi
Gl
Gm
Gn
Gp
Gq
Gr
Gs
Gt
Gu
Gw
Gy
Hk
Hn
Hr
Ht
Hu
Id
Ie
Il
Im
In
Io
Iq
Is
It
Je
Jm
Jo
Jp
Ke
Kg
Kh
Ki
Km
Kn
Kr
Kw
Ky
Kz
La
Lb
Lc
Li
Lk
Lr
Ls
Lt
Lu
Lv
Ly
Ma
Mc
Md
Me
Mf
Mg
Mk
Ml
Mm
Mn
Mo
Mq
Mr
Ms
Mt
Mu
Mv
Mw
Mx
My
Mz
Na
Nc
Ne
Ng
Ni
Nl
No
Np
Nr
Nu
Nz
Om
Pa
Pe
Pf
Pg
Ph
Pk
Pl
Pm
Pn
Pr
Ps
Pt
Py
Qa
Re
Ro
Rs
Ru
Rw
Sa
Sb
Sc
Se
Sg
Sh
Si
Sj
Sk
Sl
Sm
Sn
So
Sr
Ss
St
Sv
Sx
Sz
Ta
Tc
Td
Tf
Tg
Th
Tj
Tk
Tl
Tm
Tn
To
Tr
Tt
Tv
Tw
Tz
Ua
Ug
Us
Uy
Uz
Va
Vc
Ve
Vg
Vn
Vu
Wf
Ws
Xk
Ye
Yt
Za
Zm
Zw
Zz
Implementations§
Trait Implementations§
source§impl Clone for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl Clone for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
source§fn clone(
&self
) -> CreateCheckoutSessionShippingAddressCollectionAllowedCountries
fn clone( &self ) -> CreateCheckoutSessionShippingAddressCollectionAllowedCountries
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'de> Deserialize<'de> for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl<'de> Deserialize<'de> for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
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>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<CreateCheckoutSessionShippingAddressCollectionAllowedCountries> for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl PartialEq<CreateCheckoutSessionShippingAddressCollectionAllowedCountries> for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
source§fn eq(
&self,
other: &CreateCheckoutSessionShippingAddressCollectionAllowedCountries
) -> bool
fn eq( &self, other: &CreateCheckoutSessionShippingAddressCollectionAllowedCountries ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl Eq for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl StructuralEq for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl StructuralPartialEq for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
Auto Trait Implementations§
impl RefUnwindSafe for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl Send for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl Sync for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl Unpin for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
impl UnwindSafe for CreateCheckoutSessionShippingAddressCollectionAllowedCountries
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.