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