#[repr(C)]pub struct QryNoticeField {
pub broker_id: BrokerIdType,
}
Fields§
§broker_id: BrokerIdType
Implementations§
Trait Implementations§
Source§impl Clone for QryNoticeField
impl Clone for QryNoticeField
Source§fn clone(&self) -> QryNoticeField
fn clone(&self) -> QryNoticeField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QryNoticeField
impl Debug 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