pub struct HttpTracker { /* private fields */ }Expand description
HTTP 请求跟踪
Implementations§
Auto Trait Implementations§
impl Freeze for HttpTracker
impl !RefUnwindSafe for HttpTracker
impl Send for HttpTracker
impl Sync for HttpTracker
impl Unpin for HttpTracker
impl !UnwindSafe for HttpTracker
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