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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for XB3Sampled
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for XB3Sampled
[src]

[src]

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

[src]

This method tests for !=.

impl Deref for XB3Sampled
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for XB3Sampled
[src]

[src]

Mutably dereferences the value.

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

impl Sync for XB3Sampled