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