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

pub struct BalanceInfo { /* fields omitted */ }

Structure representing a currency balance information.

Methods

impl BalanceInfo
[src]

[src]

Gets the currency code.

[src]

Gets the balance for the currency.

[src]

Gets the available balance for the currency.

[src]

Gets the pending balance for the currency.

[src]

Gets the address of the currency for deposits.

[src]

Gets wether a withdrawal has been requested.

[src]

Gets the UUID of the currency.

Trait Implementations

impl Debug for BalanceInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BalanceInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BalanceInfo

impl Sync for BalanceInfo