pub enum SupportedCurrencies {
Show 45 variants
USD,
AED,
ARS,
AUD,
BDT,
BHD,
BMD,
BRL,
CAD,
CHF,
CLP,
CNY,
CZK,
DKK,
EUR,
GBP,
HKD,
HUF,
IDR,
ILS,
INR,
JPY,
KRW,
KWD,
LKR,
MMK,
MXN,
MYR,
NGN,
NOK,
NZD,
PHP,
PKR,
PLN,
RUB,
SAR,
SEK,
SGD,
THB,
TRY,
TWD,
UAH,
VEF,
VND,
ZAR,
}Expand description
List of all supported currencies in 1inch.
Variants§
USD
AED
ARS
AUD
BDT
BHD
BMD
BRL
CAD
CHF
CLP
CNY
CZK
DKK
EUR
GBP
HKD
HUF
IDR
ILS
INR
JPY
KRW
KWD
LKR
MMK
MXN
MYR
NGN
NOK
NZD
PHP
PKR
PLN
RUB
SAR
SEK
SGD
THB
TRY
TWD
UAH
VEF
VND
ZAR
Trait Implementations§
Source§impl Clone for SupportedCurrencies
impl Clone for SupportedCurrencies
Source§fn clone(&self) -> SupportedCurrencies
fn clone(&self) -> SupportedCurrencies
Returns a duplicate 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 Debug for SupportedCurrencies
impl Debug for SupportedCurrencies
Auto Trait Implementations§
impl Freeze for SupportedCurrencies
impl RefUnwindSafe for SupportedCurrencies
impl Send for SupportedCurrencies
impl Sync for SupportedCurrencies
impl Unpin for SupportedCurrencies
impl UnwindSafe for SupportedCurrencies
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
Mutably borrows from an owned value. Read more