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