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