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