pub struct ByName;Expand description
Group spans/events by their “name”.
For spans, this is the string passed as the first argument to the various span tracing macros. For events, this is usually the source file and line number where the event was created.
Trait Implementations§
Source§impl EventGroup for ByName
impl EventGroup for ByName
impl Copy for ByName
impl Eq for ByName
impl StructuralPartialEq for ByName
Auto Trait Implementations§
impl Freeze for ByName
impl RefUnwindSafe for ByName
impl Send for ByName
impl Sync for ByName
impl Unpin for ByName
impl UnwindSafe for ByName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.