Struct metrics_tracing_context::label_filter::IncludeAll [−][src]
pub struct IncludeAll;
Expand description
A LabelFilter
that allows all labels.
Trait Implementations
Returns true
if the passed label should be included in the key.
Auto Trait Implementations
impl RefUnwindSafe for IncludeAll
impl Send for IncludeAll
impl Sync for IncludeAll
impl Unpin for IncludeAll
impl UnwindSafe for IncludeAll
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more