pub struct TradingSessionID;Expand description
TradingSessionID (336).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradingSessionID
impl RefUnwindSafe for TradingSessionID
impl Send for TradingSessionID
impl Sync for TradingSessionID
impl Unpin for TradingSessionID
impl UnsafeUnpin for TradingSessionID
impl UnwindSafe for TradingSessionID
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