pub struct XRequestId;Expand description
X-Request-Id header marker.
Trait Implementations§
Source§impl HeaderName for XRequestId
impl HeaderName for XRequestId
Auto Trait Implementations§
impl Freeze for XRequestId
impl RefUnwindSafe for XRequestId
impl Send for XRequestId
impl Sync for XRequestId
impl Unpin for XRequestId
impl UnwindSafe for XRequestId
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).