Struct rustracing::span::FinishedSpan[][src]

pub struct FinishedSpan<T> { /* fields omitted */ }

Finished span.

Methods

impl<T> FinishedSpan<T>
[src]

Returns the operation name of this span.

Returns the start time of this span.

Returns the finish time of this span.

Important traits for &'a [u8]

Returns the logs recorded during this span.

Important traits for &'a [u8]

Returns the tags of this span.

Important traits for &'a [u8]

Returns the references of this span.

Returns the context of this span.

Trait Implementations

impl<T: Debug> Debug for FinishedSpan<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for FinishedSpan<T> where
    T: Send

impl<T> Sync for FinishedSpan<T> where
    T: Sync