pub struct SettlementFailsTransactionType2 {
pub scties_buy_or_sell: SettlementTotalData1Choice,
pub coll_mgmt_opr: SettlementTotalData1Choice,
pub scties_lndg_or_brrwg: SettlementTotalData1Choice,
pub rp_agrmt: SettlementTotalData1Choice,
pub othr: SettlementTotalData1Choice,
}Fields§
§scties_buy_or_sell: SettlementTotalData1Choice§coll_mgmt_opr: SettlementTotalData1Choice§scties_lndg_or_brrwg: SettlementTotalData1Choice§rp_agrmt: SettlementTotalData1Choice§othr: SettlementTotalData1ChoiceImplementations§
Source§impl SettlementFailsTransactionType2
impl SettlementFailsTransactionType2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementFailsTransactionType2
impl RefUnwindSafe for SettlementFailsTransactionType2
impl Send for SettlementFailsTransactionType2
impl Sync for SettlementFailsTransactionType2
impl Unpin for SettlementFailsTransactionType2
impl UnwindSafe for SettlementFailsTransactionType2
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