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