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