#[repr(C)]pub struct UserSessionField {Show 13 fields
pub is_null: bool,
pub FrontID: i32,
pub SessionID: i32,
pub BrokerID: String,
pub UserID: String,
pub LoginDate: String,
pub LoginTime: String,
pub UserProductInfo: String,
pub InterfaceProductInfo: String,
pub ProtocolInfo: String,
pub MacAddress: String,
pub LoginRemark: String,
pub IPAddress: String,
}Expand description
用户会话
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
FrontID: i32前置编号
SessionID: i32会话编号
BrokerID: String经纪公司代码
UserID: String用户代码
LoginDate: String登录日期
LoginTime: String登录时间
UserProductInfo: String用户端产品信息
InterfaceProductInfo: String接口端产品信息
ProtocolInfo: String协议信息
MacAddress: StringMac地址
LoginRemark: String登录备注
IPAddress: StringIP地址
Trait Implementations§
Source§impl Clone for UserSessionField
impl Clone for UserSessionField
Source§impl Debug for UserSessionField
impl Debug for UserSessionField
Source§impl Default for UserSessionField
impl Default for UserSessionField
Source§impl ExternType for UserSessionField
impl ExternType for UserSessionField
Auto Trait Implementations§
impl Freeze for UserSessionField
impl RefUnwindSafe for UserSessionField
impl Send for UserSessionField
impl Sync for UserSessionField
impl Unpin for UserSessionField
impl UnsafeUnpin for UserSessionField
impl UnwindSafe for UserSessionField
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