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