Struct hyper_zipkin::XB3Sampled [] [src]

pub struct XB3Sampled(pub bool);

The X-B3-Sampled header.

Its value is either 0 or 1, and indicates if the client has requested that the context be sampled or not. It correponds to the sampled field of a TraceContext.

Trait Implementations

impl Copy for XB3Sampled
[src]

impl Clone for XB3Sampled
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XB3Sampled
[src]

Formats the value using the given formatter.

impl PartialEq for XB3Sampled
[src]

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

This method tests for !=.

impl Deref for XB3Sampled
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for XB3Sampled
[src]

The method called to mutably dereference a value

impl Header for XB3Sampled
[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 XB3Sampled
[src]

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