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