#[repr(C)]pub struct LinkManField {Show 13 fields
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub PersonType: u8,
pub IdentifiedCardType: u8,
pub IdentifiedCardNo: String,
pub PersonName: String,
pub Telephone: String,
pub Address: String,
pub ZipCode: String,
pub Priority: i32,
pub UOAZipCode: String,
pub PersonFullName: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§PersonType: u8
§IdentifiedCardType: u8
§IdentifiedCardNo: String
§PersonName: String
§Telephone: String
§Address: String
§ZipCode: String
§Priority: i32
§UOAZipCode: String
§PersonFullName: String
Trait Implementations§
Source§impl Clone for LinkManField
impl Clone for LinkManField
Source§impl Debug for LinkManField
impl Debug for LinkManField
Source§impl Default for LinkManField
impl Default for LinkManField
Source§impl ExternType for LinkManField
impl ExternType for LinkManField
Auto Trait Implementations§
impl Freeze for LinkManField
impl RefUnwindSafe for LinkManField
impl Send for LinkManField
impl Sync for LinkManField
impl Unpin for LinkManField
impl UnwindSafe for LinkManField
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