pub struct ExchangeRateFnV2Options { /* private fields */ }Expand description
Options passed to an exchange rate handler function
Implementations§
Source§impl ExchangeRateFnV2Options
impl ExchangeRateFnV2Options
Sourcepub fn is_preview(&self) -> bool
pub fn is_preview(&self) -> bool
Whether or not this is a preview rather than a standard calculation.
Auto Trait Implementations§
impl Freeze for ExchangeRateFnV2Options
impl RefUnwindSafe for ExchangeRateFnV2Options
impl Send for ExchangeRateFnV2Options
impl Sync for ExchangeRateFnV2Options
impl Unpin for ExchangeRateFnV2Options
impl UnwindSafe for ExchangeRateFnV2Options
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