#[repr(C)]pub struct ReqUserLoginWithCaptchaField {Show 13 fields
pub is_null: bool,
pub TradingDay: String,
pub BrokerID: String,
pub UserID: String,
pub Password: String,
pub UserProductInfo: String,
pub InterfaceProductInfo: String,
pub ProtocolInfo: String,
pub MacAddress: String,
pub LoginRemark: String,
pub Captcha: Vec<u8>,
pub ClientIPPort: i32,
pub ClientIPAddress: String,
}Expand description
用户发出带图形验证码的登录请求请求
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TradingDay: String交易日
BrokerID: String经纪公司代码
UserID: String用户代码
Password: String密码
UserProductInfo: String用户端产品信息
InterfaceProductInfo: String接口端产品信息
ProtocolInfo: String协议信息
MacAddress: StringMac地址
LoginRemark: String登录备注
Captcha: Vec<u8>图形验证码的文字内容
ClientIPPort: i32终端IP端口
ClientIPAddress: String终端IP地址
Trait Implementations§
Source§impl Clone for ReqUserLoginWithCaptchaField
impl Clone for ReqUserLoginWithCaptchaField
Source§impl Debug for ReqUserLoginWithCaptchaField
impl Debug for ReqUserLoginWithCaptchaField
Auto Trait Implementations§
impl Freeze for ReqUserLoginWithCaptchaField
impl RefUnwindSafe for ReqUserLoginWithCaptchaField
impl Send for ReqUserLoginWithCaptchaField
impl Sync for ReqUserLoginWithCaptchaField
impl Unpin for ReqUserLoginWithCaptchaField
impl UnsafeUnpin for ReqUserLoginWithCaptchaField
impl UnwindSafe for ReqUserLoginWithCaptchaField
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