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