#[repr(C)]pub struct InvestorField {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 InvestorField
impl Clone for InvestorField
Source§impl Debug for InvestorField
impl Debug for InvestorField
Source§impl Default for InvestorField
impl Default for InvestorField
Source§impl ExternType for InvestorField
impl ExternType for InvestorField
Auto Trait Implementations§
impl Freeze for InvestorField
impl RefUnwindSafe for InvestorField
impl Send for InvestorField
impl Sync for InvestorField
impl Unpin for InvestorField
impl UnwindSafe for InvestorField
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