pub struct Tracing {}Implementations§
Source§impl Tracing
impl Tracing
pub fn match_order_span( order_id: Uuid, filled: bool, reason: &'static str, order_type: &'static str, is_buy_side: bool, levels_touched: u32, orders_consumed: u32, ) -> Span
pub fn modify_span( order_id: Uuid, filled: bool, reason: &'static str, modify_reason: &'static str, intermediate_error: &'static str, order_type: &'static str, is_buy_side: bool, levels_touched: u32, orders_consumed: u32, ) -> Span
pub fn cancel_span( order_id: Uuid, success_status: bool, reason: &'static str, ) -> Span
Auto Trait Implementations§
impl Freeze for Tracing
impl RefUnwindSafe for Tracing
impl Send for Tracing
impl Sync for Tracing
impl Unpin for Tracing
impl UnwindSafe for Tracing
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