#[repr(C)]pub struct QrySecAgentACIDMapField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub AccountID: String,
pub CurrencyID: String,
}Expand description
二级代理操作员银期权限查询
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
UserID: String用户代码
AccountID: String资金账户
CurrencyID: String币种
Trait Implementations§
Source§impl Clone for QrySecAgentACIDMapField
impl Clone for QrySecAgentACIDMapField
Source§impl Debug for QrySecAgentACIDMapField
impl Debug for QrySecAgentACIDMapField
Source§impl Default for QrySecAgentACIDMapField
impl Default for QrySecAgentACIDMapField
Source§impl ExternType for QrySecAgentACIDMapField
impl ExternType for QrySecAgentACIDMapField
Auto Trait Implementations§
impl Freeze for QrySecAgentACIDMapField
impl RefUnwindSafe for QrySecAgentACIDMapField
impl Send for QrySecAgentACIDMapField
impl Sync for QrySecAgentACIDMapField
impl Unpin for QrySecAgentACIDMapField
impl UnsafeUnpin for QrySecAgentACIDMapField
impl UnwindSafe for QrySecAgentACIDMapField
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