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