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