pub struct NetCashForecast5 {
pub csh_sttlm_dt: Option<String>,
pub net_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub net_units_nb: Option<FinancialInstrumentQuantity1>,
pub flow_drctn: FlowDirectionType1Code,
}Fields§
§csh_sttlm_dt: Option<String>§net_amt: Option<ActiveOrHistoricCurrencyAndAmount>§net_units_nb: Option<FinancialInstrumentQuantity1>§flow_drctn: FlowDirectionType1CodeImplementations§
Source§impl NetCashForecast5
impl NetCashForecast5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NetCashForecast5
impl RefUnwindSafe for NetCashForecast5
impl Send for NetCashForecast5
impl Sync for NetCashForecast5
impl Unpin for NetCashForecast5
impl UnwindSafe for NetCashForecast5
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