Enum fixerio::Currency [] [src]

pub enum Currency {
    AUD,
    BGN,
    BRL,
    CAD,
    CHF,
    CNY,
    CZK,
    DKK,
    EUR,
    GBP,
    HKD,
    HRK,
    HUF,
    IDR,
    ILS,
    INR,
    JPY,
    KRW,
    MXN,
    MYR,
    NOK,
    NZD,
    PHP,
    PLN,
    RON,
    RUB,
    SEK,
    SGD,
    THB,
    TRY,
    USD,
    ZAR,
}

Fixerio currency.

Variants

Australian dollar

Bulgarian lev

Brazilian real

Canadian dollar

Swiss franc

Chinese yuan

Czech koruna

Danish krone

Euro

Pound sterling

Hong Kong dollar

Croatian kuna

Hungarian forint

Indonesian rupiah

Israeli new shekel

Indian rupee

Japanese yen

South Korean won

Mexican peso

Malasyian ringgit

Norwegian krone

New Zealand dollar

Philippine peso

Polish złoty

Romanian leu

Russian ruble

Swedish krona

Singapore dollar

Thai baht

Turkish lira

United States dollar

South African rand

Methods

impl Currency
[src]

Return the string representation.

Trait Implementations

impl Debug for Currency
[src]

Formats the value using the given formatter.

impl PartialEq for Currency
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.