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