pub struct NperSolution {
pub periodic_rate: f64,
pub periods: f64,
pub payment: f64,
pub present_value_total: f64,
pub future_value_total: f64,
pub formula: String,
}
Fields§
§periodic_rate: f64
§periods: f64
§payment: f64
§present_value_total: f64
§future_value_total: f64
§formula: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NperSolution
impl RefUnwindSafe for NperSolution
impl Send for NperSolution
impl Sync for NperSolution
impl Unpin for NperSolution
impl UnwindSafe for NperSolution
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