pub struct CollateralPortfolioCode5Choice {
pub prtfl: Option<PortfolioCode3Choice>,
pub mrgn_prtfl_cd: Option<MarginPortfolio3>,
}Fields§
§prtfl: Option<PortfolioCode3Choice>§mrgn_prtfl_cd: Option<MarginPortfolio3>Implementations§
Source§impl CollateralPortfolioCode5Choice
impl CollateralPortfolioCode5Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CollateralPortfolioCode5Choice
impl RefUnwindSafe for CollateralPortfolioCode5Choice
impl Send for CollateralPortfolioCode5Choice
impl Sync for CollateralPortfolioCode5Choice
impl Unpin for CollateralPortfolioCode5Choice
impl UnwindSafe for CollateralPortfolioCode5Choice
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