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