#[repr(C)]pub struct SyncDeltaInvestorSPMMModelField {
pub is_null: bool,
pub ExchangeID: String,
pub BrokerID: String,
pub InvestorID: String,
pub SPMMModelID: String,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§ExchangeID: String
§BrokerID: String
§InvestorID: String
§SPMMModelID: String
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaInvestorSPMMModelField
impl RefUnwindSafe for SyncDeltaInvestorSPMMModelField
impl Send for SyncDeltaInvestorSPMMModelField
impl Sync for SyncDeltaInvestorSPMMModelField
impl Unpin for SyncDeltaInvestorSPMMModelField
impl UnwindSafe for SyncDeltaInvestorSPMMModelField
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