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