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