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