pub struct FloatingInterestRate6 {
pub ref_rate: BenchmarkCurveName6Choice,
pub term: InterestRateContractTerm2,
pub bsis_pt_sprd: f64,
}Fields§
§ref_rate: BenchmarkCurveName6Choice§term: InterestRateContractTerm2§bsis_pt_sprd: f64Implementations§
Source§impl FloatingInterestRate6
impl FloatingInterestRate6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FloatingInterestRate6
impl RefUnwindSafe for FloatingInterestRate6
impl Send for FloatingInterestRate6
impl Sync for FloatingInterestRate6
impl Unpin for FloatingInterestRate6
impl UnwindSafe for FloatingInterestRate6
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