Struct coinchecker::private::account::model::Balance[][src]

pub struct Balance {
    pub success: bool,
    pub jpy: PriceType,
    pub btc: PriceType,
    pub jpy_reserved: PriceType,
    pub btc_reserved: PriceType,
    pub jpy_lend_in_use: PriceType,
    pub btc_lend_in_use: PriceType,
    pub jpy_lent: PriceType,
    pub btc_lent: PriceType,
    pub jpy_debt: PriceType,
    pub btc_debt: PriceType,
}
Expand description

残高

Fields

success: booljpy: PriceTypebtc: PriceTypejpy_reserved: PriceTypebtc_reserved: PriceTypejpy_lend_in_use: PriceTypebtc_lend_in_use: PriceTypejpy_lent: PriceTypebtc_lent: PriceTypejpy_debt: PriceTypebtc_debt: PriceType

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.