#[repr(C)]pub struct AccountPropertyField {Show 15 fields
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub BankID: String,
pub BankAccount: String,
pub OpenName: String,
pub OpenBank: Vec<u8>,
pub IsActive: i32,
pub AccountSourceType: u8,
pub OpenDate: String,
pub CancelDate: String,
pub OperatorID: String,
pub OperateDate: String,
pub OperateTime: String,
pub CurrencyID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§AccountID: String
§BankID: String
§BankAccount: String
§OpenName: String
§OpenBank: Vec<u8>
§IsActive: i32
§AccountSourceType: u8
§OpenDate: String
§CancelDate: String
§OperatorID: String
§OperateDate: String
§OperateTime: String
§CurrencyID: String
Trait Implementations§
Source§impl Clone for AccountPropertyField
impl Clone for AccountPropertyField
Source§impl Debug for AccountPropertyField
impl Debug for AccountPropertyField
Source§impl Default for AccountPropertyField
impl Default for AccountPropertyField
Source§impl ExternType for AccountPropertyField
impl ExternType for AccountPropertyField
Auto Trait Implementations§
impl Freeze for AccountPropertyField
impl RefUnwindSafe for AccountPropertyField
impl Send for AccountPropertyField
impl Sync for AccountPropertyField
impl Unpin for AccountPropertyField
impl UnwindSafe for AccountPropertyField
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