pub struct XB3ParentSpanId(pub SpanId);Expand description
The X-B3-ParentSpanID header.
Its value is a hexadecimal-encoded 8 byte span ID. It corresponds to the
parent_id field of a TraceContext.
Tuple Fields§
§0: SpanIdTrait Implementations§
Source§impl Clone for XB3ParentSpanId
impl Clone for XB3ParentSpanId
Source§fn clone(&self) -> XB3ParentSpanId
fn clone(&self) -> XB3ParentSpanId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XB3ParentSpanId
impl Debug for XB3ParentSpanId
Source§impl Deref for XB3ParentSpanId
impl Deref for XB3ParentSpanId
Source§impl DerefMut for XB3ParentSpanId
impl DerefMut for XB3ParentSpanId
Source§impl Display for XB3ParentSpanId
impl Display for XB3ParentSpanId
Source§impl Header for XB3ParentSpanId
impl Header for XB3ParentSpanId
Source§impl PartialEq for XB3ParentSpanId
impl PartialEq for XB3ParentSpanId
impl Copy for XB3ParentSpanId
impl StructuralPartialEq for XB3ParentSpanId
Auto Trait Implementations§
impl Freeze for XB3ParentSpanId
impl RefUnwindSafe for XB3ParentSpanId
impl Send for XB3ParentSpanId
impl Sync for XB3ParentSpanId
impl Unpin for XB3ParentSpanId
impl UnwindSafe for XB3ParentSpanId
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