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