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