pub struct Funds {
pub power: f64,
pub total_assets: f64,
pub cash: f64,
pub market_val: f64,
pub frozen_cash: f64,
pub debt_cash: f64,
pub avl_withdrawal_cash: f64,
}Expand description
账户资金
Fields§
§power: f64§total_assets: f64§cash: f64§market_val: f64§frozen_cash: f64§debt_cash: f64§avl_withdrawal_cash: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Funds
impl RefUnwindSafe for Funds
impl Send for Funds
impl Sync for Funds
impl Unpin for Funds
impl UnwindSafe for Funds
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