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