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