#[repr(C)]pub struct QryUserSessionField {
pub is_null: bool,
pub FrontID: i32,
pub SessionID: i32,
pub BrokerID: String,
pub UserID: String,
}Expand description
查询用户会话
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
FrontID: i32前置编号
SessionID: i32会话编号
BrokerID: String经纪公司代码
UserID: String用户代码
Trait Implementations§
Source§impl Clone for QryUserSessionField
impl Clone for QryUserSessionField
Source§impl Debug for QryUserSessionField
impl Debug for QryUserSessionField
Source§impl Default for QryUserSessionField
impl Default for QryUserSessionField
Source§impl ExternType for QryUserSessionField
impl ExternType for QryUserSessionField
Auto Trait Implementations§
impl Freeze for QryUserSessionField
impl RefUnwindSafe for QryUserSessionField
impl Send for QryUserSessionField
impl Sync for QryUserSessionField
impl Unpin for QryUserSessionField
impl UnsafeUnpin for QryUserSessionField
impl UnwindSafe for QryUserSessionField
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