Struct tracing_subscriber::layer::Identity [−][src]
pub struct Identity { /* fields omitted */ }
A layer that does nothing.
Implementations
Trait Implementations
impl<S: Subscriber> Layer<S> for Identity
[src]
impl<S: Subscriber> Layer<S> for Identity
[src]fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest
[src]
fn enabled(&self, metadata: &Metadata<'_>, ctx: Context<'_, S>) -> bool
[src]
fn new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>)
[src]
fn on_record(&self, _span: &Id, _values: &Record<'_>, _ctx: Context<'_, S>)
[src]
fn on_follows_from(&self, _span: &Id, _follows: &Id, _ctx: Context<'_, S>)
[src]
fn on_event(&self, _event: &Event<'_>, _ctx: Context<'_, S>)
[src]
fn on_enter(&self, _id: &Id, _ctx: Context<'_, S>)
[src]
fn on_exit(&self, _id: &Id, _ctx: Context<'_, S>)
[src]
fn on_close(&self, _id: Id, _ctx: Context<'_, S>)
[src]
fn on_id_change(&self, _old: &Id, _new: &Id, _ctx: Context<'_, S>)
[src]
fn and_then<L>(self, layer: L) -> Layered<L, Self, S> where
L: Layer<S>,
Self: Sized,
[src]
L: Layer<S>,
Self: Sized,
fn with_subscriber(self, inner: S) -> Layered<Self, S> where
Self: Sized,
[src]
Self: Sized,
Auto Trait Implementations
impl RefUnwindSafe for Identity
impl Send for Identity
impl Sync for Identity
impl Unpin for Identity
impl UnwindSafe for Identity
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]