#[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,
}
Fields§
§is_null: bool
§FrontID: i32
§SessionID: i32
§BrokerID: String
§UserID: String
§LoginDate: String
§LoginTime: String
§UserProductInfo: String
§InterfaceProductInfo: String
§ProtocolInfo: String
§MacAddress: String
§LoginRemark: String
§IPAddress: String
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 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