#[repr(C)]pub struct ReqGenUserTextField {
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 ReqGenUserTextField
impl Clone for ReqGenUserTextField
Source§impl Debug for ReqGenUserTextField
impl Debug for ReqGenUserTextField
Source§impl Default for ReqGenUserTextField
impl Default for ReqGenUserTextField
Source§impl ExternType for ReqGenUserTextField
impl ExternType for ReqGenUserTextField
Auto Trait Implementations§
impl Freeze for ReqGenUserTextField
impl RefUnwindSafe for ReqGenUserTextField
impl Send for ReqGenUserTextField
impl Sync for ReqGenUserTextField
impl Unpin for ReqGenUserTextField
impl UnsafeUnpin for ReqGenUserTextField
impl UnwindSafe for ReqGenUserTextField
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