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