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