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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for XB3Flags
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for XB3Flags
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Header for XB3Flags
[src]

[src]

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

[src]

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

[src]

Format a header to outgoing stream. Read more

Auto Trait Implementations

impl Send for XB3Flags

impl Sync for XB3Flags