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