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