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