pub struct GetAccountV3Resp {Show 16 fields
pub account_type: Option<String>,
pub balances: Option<Vec<GetAccountSnapshotV1RespSnapshotVosInnerDataBalancesInner>>,
pub brokered: Option<bool>,
pub buyer_commission: Option<i32>,
pub can_deposit: Option<bool>,
pub can_trade: Option<bool>,
pub can_withdraw: Option<bool>,
pub commission_rates: Option<Box<GetAccountCommissionV3RespStandardCommission>>,
pub maker_commission: Option<i32>,
pub permissions: Option<Vec<String>>,
pub prevent_sor: Option<bool>,
pub require_self_trade_prevention: Option<bool>,
pub seller_commission: Option<i32>,
pub taker_commission: Option<i32>,
pub uid: Option<i32>,
pub update_time: Option<i64>,
}Fields§
§account_type: Option<String>§balances: Option<Vec<GetAccountSnapshotV1RespSnapshotVosInnerDataBalancesInner>>§brokered: Option<bool>§buyer_commission: Option<i32>§can_deposit: Option<bool>§can_trade: Option<bool>§can_withdraw: Option<bool>§commission_rates: Option<Box<GetAccountCommissionV3RespStandardCommission>>§maker_commission: Option<i32>§permissions: Option<Vec<String>>§prevent_sor: Option<bool>§require_self_trade_prevention: Option<bool>§seller_commission: Option<i32>§taker_commission: Option<i32>§uid: Option<i32>§update_time: Option<i64>Implementations§
Source§impl GetAccountV3Resp
impl GetAccountV3Resp
pub fn new() -> GetAccountV3Resp
Trait Implementations§
Source§impl Clone for GetAccountV3Resp
impl Clone for GetAccountV3Resp
Source§fn clone(&self) -> GetAccountV3Resp
fn clone(&self) -> GetAccountV3Resp
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 GetAccountV3Resp
impl Debug for GetAccountV3Resp
Source§impl Default for GetAccountV3Resp
impl Default for GetAccountV3Resp
Source§fn default() -> GetAccountV3Resp
fn default() -> GetAccountV3Resp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAccountV3Resp
impl<'de> Deserialize<'de> for GetAccountV3Resp
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
Source§impl PartialEq for GetAccountV3Resp
impl PartialEq for GetAccountV3Resp
Source§impl Serialize for GetAccountV3Resp
impl Serialize for GetAccountV3Resp
impl StructuralPartialEq for GetAccountV3Resp
Auto Trait Implementations§
impl Freeze for GetAccountV3Resp
impl RefUnwindSafe for GetAccountV3Resp
impl Send for GetAccountV3Resp
impl Sync for GetAccountV3Resp
impl Unpin for GetAccountV3Resp
impl UnwindSafe for GetAccountV3Resp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more