pub struct DebtGenerator { /* private fields */ }Expand description
Generates debt instruments with amortization schedules and covenants.
Implementations§
Source§impl DebtGenerator
impl DebtGenerator
Auto Trait Implementations§
impl Freeze for DebtGenerator
impl RefUnwindSafe for DebtGenerator
impl Send for DebtGenerator
impl Sync for DebtGenerator
impl Unpin for DebtGenerator
impl UnsafeUnpin for DebtGenerator
impl UnwindSafe for DebtGenerator
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