pub struct CurrencyReference3 {
pub trgt_ccy: String,
pub src_ccy: String,
pub xchg_rate_inf: Option<Vec<ExchangeRateInformation1>>,
}Fields§
§trgt_ccy: String§src_ccy: String§xchg_rate_inf: Option<Vec<ExchangeRateInformation1>>Implementations§
Source§impl CurrencyReference3
impl CurrencyReference3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CurrencyReference3
impl RefUnwindSafe for CurrencyReference3
impl Send for CurrencyReference3
impl Sync for CurrencyReference3
impl Unpin for CurrencyReference3
impl UnwindSafe for CurrencyReference3
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