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