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