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