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