pub struct GeneralCollateral4 {
pub fin_instrm_id: Option<Vec<FinancialInstrument104>>,
pub mkt_val: ActiveCurrencyAnd24Amount,
}Fields§
§fin_instrm_id: Option<Vec<FinancialInstrument104>>§mkt_val: ActiveCurrencyAnd24AmountImplementations§
Source§impl GeneralCollateral4
impl GeneralCollateral4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GeneralCollateral4
impl RefUnwindSafe for GeneralCollateral4
impl Send for GeneralCollateral4
impl Sync for GeneralCollateral4
impl Unpin for GeneralCollateral4
impl UnwindSafe for GeneralCollateral4
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