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