Struct zipkin::SpanId [] [src]

pub struct SpanId { /* fields omitted */ }

The ID of a span.

Span IDs are 8 bytes, and are serialized as hexadecimal strings.

Methods

impl SpanId
[src]

[src]

Returns the bytes of the span ID.

Trait Implementations

impl Copy for SpanId
[src]

impl Clone for SpanId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpanId
[src]

[src]

Formats the value using the given formatter. Read more

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

impl FromStr for SpanId
[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 Display for SpanId
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SpanId

impl Sync for SpanId