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