#[repr(C)]pub struct ReqDayEndFileReadyField {Show 15 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 FileBusinessCode: u8,
pub Digest: Vec<u8>,
}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§FileBusinessCode: u8§Digest: Vec<u8>Trait Implementations§
Source§impl Clone for ReqDayEndFileReadyField
impl Clone for ReqDayEndFileReadyField
Source§impl Debug for ReqDayEndFileReadyField
impl Debug for ReqDayEndFileReadyField
Source§impl Default for ReqDayEndFileReadyField
impl Default for ReqDayEndFileReadyField
Source§impl ExternType for ReqDayEndFileReadyField
impl ExternType for ReqDayEndFileReadyField
Auto Trait Implementations§
impl Freeze for ReqDayEndFileReadyField
impl RefUnwindSafe for ReqDayEndFileReadyField
impl Send for ReqDayEndFileReadyField
impl Sync for ReqDayEndFileReadyField
impl Unpin for ReqDayEndFileReadyField
impl UnwindSafe for ReqDayEndFileReadyField
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