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