#[repr(C)]pub struct SyncDepositField {
pub is_null: bool,
pub DepositSeqNo: Vec<u8>,
pub BrokerID: String,
pub InvestorID: String,
pub Deposit: f64,
pub IsForce: i32,
pub CurrencyID: String,
pub IsFromSopt: i32,
pub TradingPassword: String,
pub IsSecAgentTranfer: i32,
}
Fields§
§is_null: bool
§DepositSeqNo: Vec<u8>
§BrokerID: String
§InvestorID: String
§Deposit: f64
§IsForce: i32
§CurrencyID: String
§IsFromSopt: i32
§TradingPassword: String
§IsSecAgentTranfer: i32
Trait Implementations§
Source§impl Clone for SyncDepositField
impl Clone for SyncDepositField
Source§impl Debug for SyncDepositField
impl Debug for SyncDepositField
Source§impl Default for SyncDepositField
impl Default for SyncDepositField
Source§impl ExternType for SyncDepositField
impl ExternType for SyncDepositField
Auto Trait Implementations§
impl Freeze for SyncDepositField
impl RefUnwindSafe for SyncDepositField
impl Send for SyncDepositField
impl Sync for SyncDepositField
impl Unpin for SyncDepositField
impl UnwindSafe for SyncDepositField
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