pub struct DerivativeInterest3 {
pub intrst_rate: FloatingInterestRate8,
pub frst_leg_intrst_rate: Option<InterestRate8Choice>,
pub othr_ntnl_ccy: Option<String>,
pub othr_leg_intrst_rate: Option<InterestRate8Choice>,
}Fields§
§intrst_rate: FloatingInterestRate8§frst_leg_intrst_rate: Option<InterestRate8Choice>§othr_ntnl_ccy: Option<String>§othr_leg_intrst_rate: Option<InterestRate8Choice>Implementations§
Source§impl DerivativeInterest3
impl DerivativeInterest3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DerivativeInterest3
impl RefUnwindSafe for DerivativeInterest3
impl Send for DerivativeInterest3
impl Sync for DerivativeInterest3
impl Unpin for DerivativeInterest3
impl UnwindSafe for DerivativeInterest3
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