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