pub struct audusd_sim {}
Implementations§
Source§impl audusd_sim
impl audusd_sim
pub fn get() -> CurrencyPair
pub fn default() -> CurrencyPair
Auto Trait Implementations§
impl Freeze for audusd_sim
impl RefUnwindSafe for audusd_sim
impl Send for audusd_sim
impl Sync for audusd_sim
impl Unpin for audusd_sim
impl UnwindSafe for audusd_sim
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