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