pub struct BreakdownByParty3 {
pub pty: InvestmentAccount42,
pub addtl_params: Option<AdditionalParameters1>,
pub csh_in_fcst: Option<Vec<CashInForecast5>>,
pub csh_out_fcst: Option<Vec<CashOutForecast5>>,
pub net_csh_fcst: Option<Vec<NetCashForecast4>>,
}Fields§
§pty: InvestmentAccount42§addtl_params: Option<AdditionalParameters1>§csh_in_fcst: Option<Vec<CashInForecast5>>§csh_out_fcst: Option<Vec<CashOutForecast5>>§net_csh_fcst: Option<Vec<NetCashForecast4>>Implementations§
Source§impl BreakdownByParty3
impl BreakdownByParty3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BreakdownByParty3
impl RefUnwindSafe for BreakdownByParty3
impl Send for BreakdownByParty3
impl Sync for BreakdownByParty3
impl Unpin for BreakdownByParty3
impl UnwindSafe for BreakdownByParty3
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