#[repr(C)]pub struct SettlementInfoField {
pub is_null: bool,
pub TradingDay: String,
pub SettlementID: i32,
pub BrokerID: String,
pub InvestorID: String,
pub SequenceNo: i32,
pub Content: Vec<u8>,
pub AccountID: String,
pub CurrencyID: String,
}
Fields§
§is_null: bool
§TradingDay: String
§SettlementID: i32
§BrokerID: String
§InvestorID: String
§SequenceNo: i32
§Content: Vec<u8>
§AccountID: String
§CurrencyID: String
Trait Implementations§
Source§impl Clone for SettlementInfoField
impl Clone for SettlementInfoField
Source§impl Debug for SettlementInfoField
impl Debug for SettlementInfoField
Source§impl Default for SettlementInfoField
impl Default for SettlementInfoField
Source§impl ExternType for SettlementInfoField
impl ExternType for SettlementInfoField
Auto Trait Implementations§
impl Freeze for SettlementInfoField
impl RefUnwindSafe for SettlementInfoField
impl Send for SettlementInfoField
impl Sync for SettlementInfoField
impl Unpin for SettlementInfoField
impl UnwindSafe for SettlementInfoField
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