pub struct OvernightSchedule { /* private fields */ }Expand description
The value-date schedule an OvernightIndexedCoupon compounds over.
Built by new from the accrual [start, end] and the index’s
fixing calendar and day counter. Held behind a Shared by both the coupon
(for its inspectors) and the pricer (for the compounding loop).
Auto Trait Implementations§
impl Freeze for OvernightSchedule
impl RefUnwindSafe for OvernightSchedule
impl Send for OvernightSchedule
impl Sync for OvernightSchedule
impl Unpin for OvernightSchedule
impl UnsafeUnpin for OvernightSchedule
impl UnwindSafe for OvernightSchedule
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