pub struct CashOutForecast5 {
pub csh_sttlm_dt: String,
pub sub_ttl_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub sub_ttl_units_nb: Option<FinancialInstrumentQuantity1>,
pub xcptnl_csh_flow_ind: Option<bool>,
pub csh_out_brkdwn_dtls: Option<Vec<FundCashOutBreakdown3>>,
pub addtl_bal: Option<FundBalance1>,
}Fields§
§csh_sttlm_dt: String§sub_ttl_amt: Option<ActiveOrHistoricCurrencyAndAmount>§sub_ttl_units_nb: Option<FinancialInstrumentQuantity1>§xcptnl_csh_flow_ind: Option<bool>§csh_out_brkdwn_dtls: Option<Vec<FundCashOutBreakdown3>>§addtl_bal: Option<FundBalance1>Implementations§
Source§impl CashOutForecast5
impl CashOutForecast5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashOutForecast5
impl RefUnwindSafe for CashOutForecast5
impl Send for CashOutForecast5
impl Sync for CashOutForecast5
impl Unpin for CashOutForecast5
impl UnwindSafe for CashOutForecast5
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