pub struct InterestRateContractTerm1 {
pub unit: RateBasis1Code,
pub val: f64,
}Fields§
§unit: RateBasis1Code§val: f64Implementations§
Source§impl InterestRateContractTerm1
impl InterestRateContractTerm1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InterestRateContractTerm1
impl RefUnwindSafe for InterestRateContractTerm1
impl Send for InterestRateContractTerm1
impl Sync for InterestRateContractTerm1
impl Unpin for InterestRateContractTerm1
impl UnwindSafe for InterestRateContractTerm1
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