pub struct CashInForecast6 {
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 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>§addtl_bal: Option<FundBalance1>Implementations§
Source§impl CashInForecast6
impl CashInForecast6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashInForecast6
impl RefUnwindSafe for CashInForecast6
impl Send for CashInForecast6
impl Sync for CashInForecast6
impl Unpin for CashInForecast6
impl UnwindSafe for CashInForecast6
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