#[repr(C)]pub struct TradingAccountReserveField {
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub Reserve: f64,
pub CurrencyID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§AccountID: String
§Reserve: f64
§CurrencyID: String
Trait Implementations§
Source§impl Clone for TradingAccountReserveField
impl Clone for TradingAccountReserveField
Source§impl Debug for TradingAccountReserveField
impl Debug for TradingAccountReserveField
Source§impl Default for TradingAccountReserveField
impl Default for TradingAccountReserveField
Auto Trait Implementations§
impl Freeze for TradingAccountReserveField
impl RefUnwindSafe for TradingAccountReserveField
impl Send for TradingAccountReserveField
impl Sync for TradingAccountReserveField
impl Unpin for TradingAccountReserveField
impl UnwindSafe for TradingAccountReserveField
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