Struct sc_telemetry::TelemetrySpan [−][src]
pub struct TelemetrySpan(_);
A handle representing a telemetry span, with the capability to enter the span if it exists.
Implementations
impl TelemetrySpan[src]
impl TelemetrySpan[src]Trait Implementations
impl Clone for TelemetrySpan[src]
impl Clone for TelemetrySpan[src]fn clone(&self) -> TelemetrySpan[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl !RefUnwindSafe for TelemetrySpan
impl Send for TelemetrySpan
impl Sync for TelemetrySpan
impl Unpin for TelemetrySpan
impl !UnwindSafe for TelemetrySpan
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]