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