Struct metrics_tracing_context::label_filter::IncludeAll
source · pub struct IncludeAll;Expand description
A LabelFilter that allows all labels.
Trait Implementations§
source§impl Clone for IncludeAll
impl Clone for IncludeAll
source§fn clone(&self) -> IncludeAll
fn clone(&self) -> IncludeAll
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IncludeAll
impl Debug for IncludeAll
source§impl LabelFilter for IncludeAll
impl LabelFilter for IncludeAll
source§impl PartialEq<IncludeAll> for IncludeAll
impl PartialEq<IncludeAll> for IncludeAll
source§fn eq(&self, other: &IncludeAll) -> bool
fn eq(&self, other: &IncludeAll) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for IncludeAll
impl Eq for IncludeAll
impl StructuralEq for IncludeAll
impl StructuralPartialEq for IncludeAll
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§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.