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