#[repr(C)]pub struct InvestorField {Show 13 fields
pub investor_id: [u8; 13],
pub broker_id: [u8; 11],
pub investor_group_id: [u8; 13],
pub investor_name: [u8; 81],
pub identity_card_type: u8,
pub identity_card_no: [u8; 51],
pub is_active: i32,
pub telephone: [u8; 41],
pub address: [u8; 101],
pub open_date: [u8; 9],
pub mobile: [u8; 41],
pub comm_model_id: [u8; 13],
pub margin_model_id: [u8; 13],
}
Fields§
§investor_id: [u8; 13]
§broker_id: [u8; 11]
§investor_group_id: [u8; 13]
§investor_name: [u8; 81]
§identity_card_type: u8
§identity_card_no: [u8; 51]
§is_active: i32
§telephone: [u8; 41]
§address: [u8; 101]
§open_date: [u8; 9]
§mobile: [u8; 41]
§comm_model_id: [u8; 13]
§margin_model_id: [u8; 13]
Trait Implementations§
Source§impl Clone for InvestorField
impl Clone for InvestorField
Source§fn clone(&self) -> InvestorField
fn clone(&self) -> InvestorField
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 InvestorField
impl Debug 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