Struct hyper_zipkin::XB3Flags [] [src]

pub struct XB3Flags;

The X-B3-Flags header.

Its value is always 1 if present, which indicates that the context is in debug mode. It corresponds to the debug field of a `TraceContext.

Trait Implementations

impl Copy for XB3Flags
[src]

impl Clone for XB3Flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XB3Flags
[src]

Formats the value using the given formatter.

impl PartialEq for XB3Flags
[src]

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

This method tests for !=.

impl Header for XB3Flags
[src]

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 XB3Flags
[src]

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