pub struct CashReuseData1 {
pub rinvstd_csh: Vec<ReinvestedCashTypeAndAmount1>,
pub csh_rinvstmt_rate: f64,
}Fields§
§rinvstd_csh: Vec<ReinvestedCashTypeAndAmount1>§csh_rinvstmt_rate: f64Implementations§
Source§impl CashReuseData1
impl CashReuseData1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashReuseData1
impl RefUnwindSafe for CashReuseData1
impl Send for CashReuseData1
impl Sync for CashReuseData1
impl Unpin for CashReuseData1
impl UnwindSafe for CashReuseData1
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