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