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