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