Struct binance::rest_model::AccountInformation
source · pub struct AccountInformation {
pub maker_commission: f32,
pub taker_commission: f32,
pub buyer_commission: f32,
pub seller_commission: f32,
pub can_trade: bool,
pub can_withdraw: bool,
pub can_deposit: bool,
pub account_type: AccountType,
pub balances: Vec<Balance>,
pub permissions: Vec<AccountType>,
pub update_time: i64,
}Fields§
§maker_commission: f32§taker_commission: f32§buyer_commission: f32§seller_commission: f32§can_trade: bool§can_withdraw: bool§can_deposit: bool§account_type: AccountType§balances: Vec<Balance>§permissions: Vec<AccountType>§update_time: i64Trait Implementations§
source§impl Clone for AccountInformation
impl Clone for AccountInformation
source§fn clone(&self) -> AccountInformation
fn clone(&self) -> AccountInformation
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 AccountInformation
impl Debug for AccountInformation
source§impl<'de> Deserialize<'de> for AccountInformation
impl<'de> Deserialize<'de> for AccountInformation
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