pub struct NumDaysInterest;Expand description
NumDaysInterest (157).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumDaysInterest
impl RefUnwindSafe for NumDaysInterest
impl Send for NumDaysInterest
impl Sync for NumDaysInterest
impl Unpin for NumDaysInterest
impl UnsafeUnpin for NumDaysInterest
impl UnwindSafe for NumDaysInterest
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