#[repr(C)]pub struct NotifyFutureSignOutField {Show 24 fields
pub is_null: bool,
pub TradeCode: String,
pub BankID: String,
pub BankBranchID: String,
pub BrokerID: String,
pub BrokerBranchID: String,
pub TradeDate: String,
pub TradeTime: String,
pub BankSerial: String,
pub TradingDay: String,
pub PlateSerial: i32,
pub LastFragment: u8,
pub SessionID: i32,
pub InstallID: i32,
pub UserID: String,
pub Digest: Vec<u8>,
pub CurrencyID: String,
pub DeviceID: String,
pub BrokerIDByBank: Vec<u8>,
pub OperNo: String,
pub RequestID: i32,
pub TID: i32,
pub ErrorID: i32,
pub ErrorMsg: String,
}
Fields§
§is_null: bool
§TradeCode: String
§BankID: String
§BankBranchID: String
§BrokerID: String
§BrokerBranchID: String
§TradeDate: String
§TradeTime: String
§BankSerial: String
§TradingDay: String
§PlateSerial: i32
§LastFragment: u8
§SessionID: i32
§InstallID: i32
§UserID: String
§Digest: Vec<u8>
§CurrencyID: String
§DeviceID: String
§BrokerIDByBank: Vec<u8>
§OperNo: String
§RequestID: i32
§TID: i32
§ErrorID: i32
§ErrorMsg: String
Trait Implementations§
Source§impl Clone for NotifyFutureSignOutField
impl Clone for NotifyFutureSignOutField
Source§impl Debug for NotifyFutureSignOutField
impl Debug for NotifyFutureSignOutField
Source§impl Default for NotifyFutureSignOutField
impl Default for NotifyFutureSignOutField
Auto Trait Implementations§
impl Freeze for NotifyFutureSignOutField
impl RefUnwindSafe for NotifyFutureSignOutField
impl Send for NotifyFutureSignOutField
impl Sync for NotifyFutureSignOutField
impl Unpin for NotifyFutureSignOutField
impl UnwindSafe for NotifyFutureSignOutField
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