pub struct InterestRate2Choice {
pub fxd: Option<f64>,
pub fltg: Option<FloatingInterestRate4>,
}Fields§
§fxd: Option<f64>§fltg: Option<FloatingInterestRate4>Implementations§
Source§impl InterestRate2Choice
impl InterestRate2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InterestRate2Choice
impl RefUnwindSafe for InterestRate2Choice
impl Send for InterestRate2Choice
impl Sync for InterestRate2Choice
impl Unpin for InterestRate2Choice
impl UnwindSafe for InterestRate2Choice
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