pub enum TimeValueError {
EmptyCashFlow,
NegetiveDiscount,
}Variants§
Trait Implementations§
Source§impl Debug for TimeValueError
impl Debug for TimeValueError
Source§impl PartialEq for TimeValueError
impl PartialEq for TimeValueError
impl Eq for TimeValueError
impl StructuralPartialEq for TimeValueError
Auto Trait Implementations§
impl Freeze for TimeValueError
impl RefUnwindSafe for TimeValueError
impl Send for TimeValueError
impl Sync for TimeValueError
impl Unpin for TimeValueError
impl UnwindSafe for TimeValueError
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