Struct hyper_zipkin::XB3ParentSpanId []

pub struct XB3ParentSpanId(pub SpanId);

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.

Methods from Deref<Target = SpanId>

Returns the bytes of the span ID.

Trait Implementations

impl Copy for XB3ParentSpanId
[src]

impl Clone for XB3ParentSpanId

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XB3ParentSpanId

Formats the value using the given formatter.

impl PartialEq for XB3ParentSpanId

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Deref for XB3ParentSpanId

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for XB3ParentSpanId

The method called to mutably dereference a value

impl Header for XB3ParentSpanId

Returns the name of the header field this belongs to. Read more

Parse a header from a raw stream of bytes. Read more

impl HeaderFormat for XB3ParentSpanId

Format a header to be output into a TcpStream. Read more

impl Display for XB3ParentSpanId

Formats the value using the given formatter. Read more