#[repr(C)]pub struct QryAccountregisterField {
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub BankID: String,
pub BankBranchID: String,
pub CurrencyID: String,
}Expand description
请求查询银期签约关系
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
AccountID: String投资者帐号
BankID: String银行编码
BankBranchID: String银行分支机构编码
CurrencyID: String币种代码
Trait Implementations§
Source§impl Clone for QryAccountregisterField
impl Clone for QryAccountregisterField
Source§impl Debug for QryAccountregisterField
impl Debug for QryAccountregisterField
Source§impl Default for QryAccountregisterField
impl Default for QryAccountregisterField
Source§impl ExternType for QryAccountregisterField
impl ExternType for QryAccountregisterField
Auto Trait Implementations§
impl Freeze for QryAccountregisterField
impl RefUnwindSafe for QryAccountregisterField
impl Send for QryAccountregisterField
impl Sync for QryAccountregisterField
impl Unpin for QryAccountregisterField
impl UnsafeUnpin for QryAccountregisterField
impl UnwindSafe for QryAccountregisterField
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