#[repr(C)]pub struct VerifyCustInfoField {
pub is_null: bool,
pub CustomerName: String,
pub IdCardType: u8,
pub IdentifiedCardNo: String,
pub CustType: u8,
pub LongCustomerName: String,
}
Fields§
§is_null: bool
§CustomerName: String
§IdCardType: u8
§IdentifiedCardNo: String
§CustType: u8
§LongCustomerName: String
Trait Implementations§
Source§impl Clone for VerifyCustInfoField
impl Clone for VerifyCustInfoField
Source§impl Debug for VerifyCustInfoField
impl Debug for VerifyCustInfoField
Source§impl Default for VerifyCustInfoField
impl Default for VerifyCustInfoField
Source§impl ExternType for VerifyCustInfoField
impl ExternType for VerifyCustInfoField
Auto Trait Implementations§
impl Freeze for VerifyCustInfoField
impl RefUnwindSafe for VerifyCustInfoField
impl Send for VerifyCustInfoField
impl Sync for VerifyCustInfoField
impl Unpin for VerifyCustInfoField
impl UnwindSafe for VerifyCustInfoField
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