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