Struct bittrex::types::BalanceInfo [] [src]

pub struct BalanceInfo { /* fields omitted */ }

Structure representing a currency balance information.

Methods

impl BalanceInfo
[src]

Gets the currency code.

Gets the balance for the currency.

Gets the available balance for the currency.

Gets the pending balance for the currency.

Gets the address of the currency for deposits.

Gets wether a withdrawal has been requested.

Gets the UUID of the currency.

Trait Implementations

impl Debug for BalanceInfo
[src]

Formats the value using the given formatter.

impl Clone for BalanceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more