Struct binance::rest_model::WalletCoinInfo
source · pub struct WalletCoinInfo {Show 14 fields
pub coin: String,
pub deposit_all_enable: bool,
pub free: f64,
pub freeze: f64,
pub ipoable: f64,
pub ipoing: f64,
pub is_legal_money: bool,
pub locked: f64,
pub name: String,
pub network_list: Vec<CoinNetwork>,
pub storage: f64,
pub trading: bool,
pub withdraw_all_enable: bool,
pub withdrawing: f64,
}Fields§
§coin: String§deposit_all_enable: bool§free: f64§freeze: f64§ipoable: f64§ipoing: f64§is_legal_money: bool§locked: f64§name: String§network_list: Vec<CoinNetwork>§storage: f64§trading: bool§withdraw_all_enable: bool§withdrawing: f64Trait Implementations§
source§impl Clone for WalletCoinInfo
impl Clone for WalletCoinInfo
source§fn clone(&self) -> WalletCoinInfo
fn clone(&self) -> WalletCoinInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for WalletCoinInfo
impl Debug for WalletCoinInfo
source§impl<'de> Deserialize<'de> for WalletCoinInfo
impl<'de> Deserialize<'de> for WalletCoinInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more