#[repr(C)]pub struct ReqUserAuthMethodField {
pub is_null: bool,
pub TradingDay: String,
pub BrokerID: String,
pub UserID: String,
}Expand description
用户发出获取安全安全登陆方法请求
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TradingDay: String交易日
BrokerID: String经纪公司代码
UserID: String用户代码
Trait Implementations§
Source§impl Clone for ReqUserAuthMethodField
impl Clone for ReqUserAuthMethodField
Source§impl Debug for ReqUserAuthMethodField
impl Debug for ReqUserAuthMethodField
Source§impl Default for ReqUserAuthMethodField
impl Default for ReqUserAuthMethodField
Source§impl ExternType for ReqUserAuthMethodField
impl ExternType for ReqUserAuthMethodField
Auto Trait Implementations§
impl Freeze for ReqUserAuthMethodField
impl RefUnwindSafe for ReqUserAuthMethodField
impl Send for ReqUserAuthMethodField
impl Sync for ReqUserAuthMethodField
impl Unpin for ReqUserAuthMethodField
impl UnsafeUnpin for ReqUserAuthMethodField
impl UnwindSafe for ReqUserAuthMethodField
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