#[repr(C)]pub struct SettlementInfoConfirmField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub confirm_date: [u8; 9],
pub confirm_time: [u8; 9],
pub settlement_id: i32,
pub account_id: AccountIdType,
pub currency_id: CurrencyIdType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§confirm_date: [u8; 9]
§confirm_time: [u8; 9]
§settlement_id: i32
§account_id: AccountIdType
§currency_id: CurrencyIdType
Implementations§
Trait Implementations§
Source§impl Clone for SettlementInfoConfirmField
impl Clone for SettlementInfoConfirmField
Source§fn clone(&self) -> SettlementInfoConfirmField
fn clone(&self) -> SettlementInfoConfirmField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SettlementInfoConfirmField
impl Debug for SettlementInfoConfirmField
Auto Trait Implementations§
impl Freeze for SettlementInfoConfirmField
impl RefUnwindSafe for SettlementInfoConfirmField
impl Send for SettlementInfoConfirmField
impl Sync for SettlementInfoConfirmField
impl Unpin for SettlementInfoConfirmField
impl UnwindSafe for SettlementInfoConfirmField
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