Struct tracing_subscriber::filter::BadFieldName [−][src]
pub struct BadFieldName { /* fields omitted */ }
This is supported on crate feature
env-filter
only.Expand description
Indicates that a field name specified in a filter directive was invalid.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BadName
impl UnwindSafe for BadName
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more