struct FundsOut {
power: f64,
total_assets: f64,
cash: f64,
market_val: f64,
frozen_cash: f64,
debt_cash: f64,
avl_withdrawal_cash: f64,
}Fields§
§power: f64§total_assets: f64§cash: f64§market_val: f64§frozen_cash: f64§debt_cash: f64§avl_withdrawal_cash: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for FundsOut
impl RefUnwindSafe for FundsOut
impl Send for FundsOut
impl Sync for FundsOut
impl Unpin for FundsOut
impl UnwindSafe for FundsOut
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