pub struct ExchangeRateSampler { /* private fields */ }Expand description
Sampler for currency exchange rates.
Implementations§
Auto Trait Implementations§
impl Freeze for ExchangeRateSampler
impl RefUnwindSafe for ExchangeRateSampler
impl Send for ExchangeRateSampler
impl Sync for ExchangeRateSampler
impl Unpin for ExchangeRateSampler
impl UnwindSafe for ExchangeRateSampler
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