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