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