Struct zipkin::TraceId [] [src]

pub struct TraceId(_);

The ID of a trace.

Trace IDs are either 8 or 16 bytes, and are serialized as hexadecimal strings.

Methods

impl TraceId
[src]

[src]

Returns the byte representation of the trace ID.

Trait Implementations

impl Copy for TraceId
[src]

impl Clone for TraceId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TraceId
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TraceId
[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 Eq for TraceId
[src]

impl Display for TraceId
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for TraceId
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl From<[u8; 8]> for TraceId
[src]

[src]

Performs the conversion.

impl From<[u8; 16]> for TraceId
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TraceId

impl Sync for TraceId