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