Struct penny::CurrencyInfo [] [src]

pub struct CurrencyInfo { /* fields omitted */ }

A set of information returned from the Currency::info method.

Methods

impl CurrencyInfo
[src]

[src]

Returns the 3 letter code of the currency.

[src]

Returns the name of the currency.

[src]

Returns the countries that use the currency.

[src]

Returns true if the currency is a fund code.

[src]

Returns the 3 digit code of the currency.

[src]

Returns the decimal places of the currency.

Trait Implementations

impl Debug for CurrencyInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for CurrencyInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more