pub struct Pmt {
pub rate: Value,
pub nper: Value,
pub pv: Value,
pub fv: Option<Value>,
pub f_type: Option<Value>,
}
Fields§
§rate: Value
§nper: Value
§pv: Value
§fv: Option<Value>
§f_type: Option<Value>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pmt
impl RefUnwindSafe for Pmt
impl Send for Pmt
impl Sync for Pmt
impl Unpin for Pmt
impl UnwindSafe for Pmt
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