pub struct FundConfirmedCashForecastReport3 {
pub fnd_or_sub_fnd_dtls: Option<Vec<Fund2>>,
pub fnd_csh_fcst_dtls: Option<Vec<FundCashForecast7>>,
pub cnsltd_net_csh_fcst: Option<NetCashForecast3>,
pub xtnsn: Option<Vec<Extension1>>,
}Fields§
§fnd_or_sub_fnd_dtls: Option<Vec<Fund2>>§fnd_csh_fcst_dtls: Option<Vec<FundCashForecast7>>§cnsltd_net_csh_fcst: Option<NetCashForecast3>§xtnsn: Option<Vec<Extension1>>Implementations§
Source§impl FundConfirmedCashForecastReport3
impl FundConfirmedCashForecastReport3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FundConfirmedCashForecastReport3
impl RefUnwindSafe for FundConfirmedCashForecastReport3
impl Send for FundConfirmedCashForecastReport3
impl Sync for FundConfirmedCashForecastReport3
impl Unpin for FundConfirmedCashForecastReport3
impl UnwindSafe for FundConfirmedCashForecastReport3
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