#[repr(C)]pub struct AuthenticationInfoField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub UserProductInfo: String,
pub AuthInfo: String,
pub IsResult: i32,
pub AppID: String,
pub AppType: u8,
pub ClientIPAddress: String,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§UserProductInfo: String
§AuthInfo: String
§IsResult: i32
§AppID: String
§AppType: u8
§ClientIPAddress: String
Trait Implementations§
Source§impl Clone for AuthenticationInfoField
impl Clone for AuthenticationInfoField
Source§impl Debug for AuthenticationInfoField
impl Debug for AuthenticationInfoField
Source§impl Default for AuthenticationInfoField
impl Default for AuthenticationInfoField
Source§impl ExternType for AuthenticationInfoField
impl ExternType for AuthenticationInfoField
Auto Trait Implementations§
impl Freeze for AuthenticationInfoField
impl RefUnwindSafe for AuthenticationInfoField
impl Send for AuthenticationInfoField
impl Sync for AuthenticationInfoField
impl Unpin for AuthenticationInfoField
impl UnwindSafe for AuthenticationInfoField
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