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