#[repr(C)]pub struct TransferBankToFutureReqField {
pub is_null: bool,
pub FutureAccount: String,
pub FuturePwdFlag: u8,
pub FutureAccPwd: String,
pub TradeAmt: f64,
pub CustFee: f64,
pub CurrencyCode: String,
}
Fields§
§is_null: bool
§FutureAccount: String
§FuturePwdFlag: u8
§FutureAccPwd: String
§TradeAmt: f64
§CustFee: f64
§CurrencyCode: String
Trait Implementations§
Source§impl Clone for TransferBankToFutureReqField
impl Clone for TransferBankToFutureReqField
Source§impl Debug for TransferBankToFutureReqField
impl Debug for TransferBankToFutureReqField
Auto Trait Implementations§
impl Freeze for TransferBankToFutureReqField
impl RefUnwindSafe for TransferBankToFutureReqField
impl Send for TransferBankToFutureReqField
impl Sync for TransferBankToFutureReqField
impl Unpin for TransferBankToFutureReqField
impl UnwindSafe for TransferBankToFutureReqField
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