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