Struct opentracingrust::FinishedSpan [] [src]

pub struct FinishedSpan { /* fields omitted */ }

A Span that represents a finished operation.

The span can no longer be altered since the operation is finished. Tracers must provide a way to submit FinishedSpana to the distributed tracer.

Methods

impl FinishedSpan
[src]

[src]

Access the operation's SpanContext.

[src]

Access the SystemTime the Span was finished.

[src]

Access the name of the operation.

[src]

Access all the SpanContexts and their relationship with this span.

[src]

Access the SystemTime the Span was started.

Trait Implementations

impl Clone for FinishedSpan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FinishedSpan
[src]

[src]

Formats the value using the given formatter.