#[repr(C)]pub struct SyncingInvestorField {Show 16 fields
pub is_null: bool,
pub InvestorID: String,
pub BrokerID: String,
pub InvestorGroupID: String,
pub InvestorName: String,
pub IdentifiedCardType: u8,
pub IdentifiedCardNo: String,
pub IsActive: i32,
pub Telephone: String,
pub Address: String,
pub OpenDate: String,
pub Mobile: String,
pub CommModelID: String,
pub MarginModelID: String,
pub IsOrderFreq: u8,
pub IsOpenVolLimit: u8,
}
Fields§
§is_null: bool
§InvestorID: String
§BrokerID: String
§InvestorGroupID: String
§InvestorName: String
§IdentifiedCardType: u8
§IdentifiedCardNo: String
§IsActive: i32
§Telephone: String
§Address: String
§OpenDate: String
§Mobile: String
§CommModelID: String
§MarginModelID: String
§IsOrderFreq: u8
§IsOpenVolLimit: u8
Trait Implementations§
Source§impl Clone for SyncingInvestorField
impl Clone for SyncingInvestorField
Source§impl Debug for SyncingInvestorField
impl Debug for SyncingInvestorField
Source§impl Default for SyncingInvestorField
impl Default for SyncingInvestorField
Source§impl ExternType for SyncingInvestorField
impl ExternType for SyncingInvestorField
Auto Trait Implementations§
impl Freeze for SyncingInvestorField
impl RefUnwindSafe for SyncingInvestorField
impl Send for SyncingInvestorField
impl Sync for SyncingInvestorField
impl Unpin for SyncingInvestorField
impl UnwindSafe for SyncingInvestorField
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