pub struct XB3SpanId(pub SpanId);Expand description
The X-B3-SpanId header.
Its value is a hexadecimal-encoded 8 byte span ID. It corresponds to the
span_id field of a TraceContext.
Tuple Fields§
§0: SpanIdTrait Implementations§
Source§impl Header for XB3SpanId
impl Header for XB3SpanId
impl Copy for XB3SpanId
impl StructuralPartialEq for XB3SpanId
Auto Trait Implementations§
impl Freeze for XB3SpanId
impl RefUnwindSafe for XB3SpanId
impl Send for XB3SpanId
impl Sync for XB3SpanId
impl Unpin for XB3SpanId
impl UnwindSafe for XB3SpanId
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