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