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