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