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